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 TypeClassDescriptionclassThis 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 FileSetFileSet.newInstance()Creates a newFileSetinstance.static FileSetFileSet.newInstance(boolean withDefaults) Creates a newFileSetinstance using default values or not.FileSet.withDirectory(String directory) Creates a newFileSetinstance using the specified directory.FileSet.withExcludes(Collection<String> excludes) Creates a newFileSetinstance using the specified excludes.FileSet.withIncludes(Collection<String> includes) Creates a newFileSetinstance using the specified includes.Methods in org.apache.maven.api.model with parameters of type FileSetModifier and TypeMethodDescriptionstatic FileSet.BuilderFileSet.newBuilder(FileSet from) Creates a newFileSetbuilder instance using the specified object as a basis.static FileSet.BuilderFileSet.newBuilder(FileSet from, boolean forceCopy) Creates a newFileSetbuilder instance using the specified object as a basis.