Uses of Class
org.apache.maven.api.model.FileSet
-
Uses of FileSet in org.apache.maven.api.model
Subclasses of FileSet in org.apache.maven.api.modelModifier and TypeClassDescriptionclass
This element describes all of the classpath resources associated with a project or unit tests.Methods in org.apache.maven.api.model that return FileSetModifier and TypeMethodDescriptionFileSet.Builder.build()
static FileSet
FileSet.newInstance()
Creates a newFileSet
instance.static FileSet
FileSet.newInstance
(boolean withDefaults) Creates a newFileSet
instance using default values or not.FileSet.withDirectory
(String directory) Creates a newFileSet
instance using the specified directory.FileSet.withExcludes
(Collection<String> excludes) Creates a newFileSet
instance using the specified excludes.FileSet.withIncludes
(Collection<String> includes) Creates a newFileSet
instance using the specified includes.Methods in org.apache.maven.api.model with parameters of type FileSetModifier and TypeMethodDescriptionstatic FileSet.Builder
FileSet.newBuilder
(FileSet from) Creates a newFileSet
builder instance using the specified object as a basis.static FileSet.Builder
FileSet.newBuilder
(FileSet from, boolean forceCopy) Creates a newFileSet
builder instance using the specified object as a basis.