Uses of Class
org.apache.maven.plugins.war.util.PathSet
Packages that use PathSet
-
Uses of PathSet in org.apache.maven.plugins.war.packaging
Methods in org.apache.maven.plugins.war.packaging that return PathSetModifier and TypeMethodDescriptionprotected 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.plugins.war.packaging with parameters of type PathSetModifier and TypeMethodDescriptionprotected 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.plugins.war.util
Fields in org.apache.maven.plugins.war.util declared as PathSetFields in org.apache.maven.plugins.war.util with type parameters of type PathSetMethods in org.apache.maven.plugins.war.util that return PathSetModifier and TypeMethodDescriptionWebappStructure.getFullStructure()
Returns all paths that have been registered so far.WebappStructure.getStructure
(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