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