| Package | Description |
|---|---|
| org.apache.maven.plugins.war.packaging | |
| org.apache.maven.plugins.war.util |
| Modifier and Type | Method and Description |
|---|---|
protected PathSet |
AbstractWarPackagingTask.getFilesToIncludes(java.io.File baseDir,
java.lang.String[] includes,
java.lang.String[] excludes)
Returns the file to copy.
|
protected PathSet |
AbstractWarPackagingTask.getFilesToIncludes(java.io.File baseDir,
java.lang.String[] includes,
java.lang.String[] excludes,
boolean includeDirectories)
Returns the file to copy.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractWarPackagingTask.copyFiles(java.lang.String sourceId,
WarPackagingContext context,
java.io.File sourceBaseDir,
PathSet sourceFilesSet,
boolean filtered)
Copies the files if possible as is.
|
protected void |
AbstractWarPackagingTask.copyFiles(java.lang.String sourceId,
WarPackagingContext context,
java.io.File sourceBaseDir,
PathSet sourceFilesSet,
java.lang.String targetPrefix,
boolean filtered)
Copies the files if possible with an optional target prefix.
|
| Modifier and Type | Field and Description |
|---|---|
private PathSet |
WebappStructure.allFiles |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,PathSet> |
WebappStructure.registeredFiles |
| Modifier and Type | Method and Description |
|---|---|
PathSet |
WebappStructure.getFullStructure()
Returns all paths that have been registered so far.
|
PathSet |
WebappStructure.getStructure(java.lang.String id)
Returns the list of registered files for the specified owner.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PathSet.addAll(PathSet paths)
Adds given paths to the set.
|
void |
PathSet.addAll(PathSet paths,
java.lang.String prefix)
Adds given paths to the set.
|