Uses of Class
org.apache.maven.plugins.war.util.PathSet
-
Packages that use PathSet Package Description org.apache.maven.plugins.war.packaging org.apache.maven.plugins.war.util -
-
Uses of PathSet in org.apache.maven.plugins.war.packaging
Methods in org.apache.maven.plugins.war.packaging that return PathSet Modifier and Type Method 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.Methods in org.apache.maven.plugins.war.packaging with parameters of type PathSet Modifier and Type Method 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. -
Uses of PathSet in org.apache.maven.plugins.war.util
Fields in org.apache.maven.plugins.war.util declared as PathSet Modifier and Type Field Description private PathSet
WebappStructure. allFiles
Fields in org.apache.maven.plugins.war.util with type parameters of type PathSet Modifier and Type Field Description private java.util.Map<java.lang.String,PathSet>
WebappStructure. registeredFiles
Methods in org.apache.maven.plugins.war.util that return PathSet Modifier and Type Method 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.Methods in org.apache.maven.plugins.war.util with parameters of type PathSet Modifier and Type Method 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.
-