Uses of Class
org.apache.maven.api.model.PatternSet
Packages that use PatternSet
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo model.-
Uses of PatternSet in org.apache.maven.api.model
Subclasses of PatternSet in org.apache.maven.api.modelModifier and TypeClassDescriptionclassA PatternSet for files.classThis 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 PatternSetPatternSet.newInstance()Creates a newPatternSetinstance.static PatternSetPatternSet.newInstance(boolean withDefaults) Creates a newPatternSetinstance using default values or not.PatternSet.withExcludes(Collection<String> excludes) Creates a newPatternSetinstance using the specified excludes.PatternSet.withIncludes(Collection<String> includes) Creates a newPatternSetinstance using the specified includes.Methods in org.apache.maven.api.model with parameters of type PatternSetModifier and TypeMethodDescriptionstatic PatternSet.BuilderPatternSet.newBuilder(PatternSet from) Creates a newPatternSetbuilder instance using the specified object as a basis.static PatternSet.BuilderPatternSet.newBuilder(PatternSet from, boolean forceCopy) Creates a newPatternSetbuilder instance using the specified object as a basis.Constructors in org.apache.maven.api.model with parameters of type PatternSet