Uses of Class
org.apache.maven.api.model.FileSet
Packages that use FileSet
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.-
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. -
Uses of FileSet in org.apache.maven.model
Methods in org.apache.maven.model that return FileSetMethods in org.apache.maven.model that return types with arguments of type FileSetMethod parameters in org.apache.maven.model with type arguments of type FileSetConstructors in org.apache.maven.model with parameters of type FileSet -
Uses of FileSet in org.apache.maven.model.v4
Methods in org.apache.maven.model.v4 that return FileSetModifier and TypeMethodDescriptionprotected FileSet
MavenMerger.mergeFileSet
(FileSet target, FileSet source, boolean sourceDominant, Map<Object, Object> context) protected FileSet
MavenTransformer.transformFileSet
(FileSet target) Methods in org.apache.maven.model.v4 that return types with arguments of type FileSetModifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer<FileSet>
MavenMerger.getFileSetKey()
Methods in org.apache.maven.model.v4 with parameters of type FileSetModifier and TypeMethodDescriptionprotected void
MavenMerger.mergeFileSet
(FileSet.Builder builder, FileSet target, FileSet source, boolean sourceDominant, Map<Object, Object> context) protected FileSet
MavenMerger.mergeFileSet
(FileSet target, FileSet source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeFileSet_Directory
(FileSet.Builder builder, FileSet target, FileSet source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeFileSet_Excludes
(FileSet.Builder builder, FileSet target, FileSet source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeFileSet_Includes
(FileSet.Builder builder, FileSet target, FileSet source, boolean sourceDominant, Map<Object, Object> context) protected FileSet
MavenTransformer.transformFileSet
(FileSet target) protected void
MavenTransformer.transformFileSet_Directory
(FileSet.Builder builder, FileSet target) protected void
MavenTransformer.transformFileSet_Excludes
(FileSet.Builder builder, FileSet target) protected void
MavenTransformer.transformFileSet_Includes
(FileSet.Builder builder, FileSet target)