Uses of Class
org.apache.maven.plugin.war.util.PathSet

Packages that use PathSet
org.apache.maven.plugin.war.packaging   
org.apache.maven.plugin.war.util   
 

Uses of PathSet in org.apache.maven.plugin.war.packaging
 

Methods in org.apache.maven.plugin.war.packaging that return PathSet
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.
 

Methods in org.apache.maven.plugin.war.packaging with parameters of type PathSet
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.
 

Uses of PathSet in org.apache.maven.plugin.war.util
 

Methods in org.apache.maven.plugin.war.util that return PathSet
 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.
 

Methods in org.apache.maven.plugin.war.util with parameters of type PathSet
 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–2013 The Apache Software Foundation. All rights reserved.