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 PathSetAbstractWarPackagingTask. getFilesToIncludes(java.io.File baseDir, java.lang.String[] includes, java.lang.String[] excludes)Returns the file to copy.protected PathSetAbstractWarPackagingTask. 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 voidAbstractWarPackagingTask. copyFiles(java.lang.String sourceId, WarPackagingContext context, java.io.File sourceBaseDir, PathSet sourceFilesSet, boolean filtered)Copies the files if possible as is.protected voidAbstractWarPackagingTask. 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 PathSetWebappStructure. allFilesFields 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. registeredFilesMethods in org.apache.maven.plugins.war.util that return PathSet Modifier and Type Method Description PathSetWebappStructure. getFullStructure()Returns all paths that have been registered so far.PathSetWebappStructure. 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 voidPathSet. addAll(PathSet paths)Adds given paths to the set.voidPathSet. addAll(PathSet paths, java.lang.String prefix)Adds given paths to the set.
-