| Package | Description | 
|---|---|
| org.apache.maven.plugin.war.packaging | |
| org.apache.maven.plugin.war.util | 
| Modifier and Type | Method and Description | 
|---|---|
protected PathSet | 
AbstractWarPackagingTask.getFilesToIncludes(File baseDir,
                  String[] includes,
                  String[] excludes)
Returns the file to copy. 
 | 
protected PathSet | 
AbstractWarPackagingTask.getFilesToIncludes(File baseDir,
                  String[] includes,
                  String[] excludes,
                  boolean includeDirectories)
Returns the file to copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AbstractWarPackagingTask.copyFiles(String sourceId,
         WarPackagingContext context,
         File sourceBaseDir,
         PathSet sourceFilesSet,
         boolean filtered)
Copies the files if possible as is. 
 | 
protected void | 
AbstractWarPackagingTask.copyFiles(String sourceId,
         WarPackagingContext context,
         File sourceBaseDir,
         PathSet sourceFilesSet,
         String targetPrefix,
         boolean filtered)
Copies the files if possible with an optional target prefix. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PathSet | 
WebappStructure.getFullStructure()
Returns all paths that have been registered so far. 
 | 
PathSet | 
WebappStructure.getStructure(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,
      String prefix)
Adds given paths to the set. 
 | 
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.