Package org.apache.maven.api.model
Class PatternSet.Builder
java.lang.Object
org.apache.maven.api.model.PatternSet.Builder
- Direct Known Subclasses:
FileSet.Builder
- Enclosing class:
PatternSet
Builder class used to create PatternSet instances.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) PatternSet
(package private) Collection
<String> (package private) InputLocation
(package private) Collection
<String> (package private) Map
<Object, InputLocation> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Builder
(boolean withDefaults) protected
Builder
(PatternSet base, boolean forceCopy) -
Method Summary
Modifier and TypeMethodDescriptionbuild()
(package private) Map
<Object, InputLocation> excludes
(Collection<String> excludes) importedFrom
(InputLocation importedFrom) includes
(Collection<String> includes) location
(Object key, InputLocation location)
-
Field Details
-
base
PatternSet base -
includes
Collection<String> includes -
excludes
Collection<String> excludes -
locations
Map<Object,InputLocation> locations -
importedFrom
InputLocation importedFrom
-
-
Constructor Details
-
Builder
protected Builder(boolean withDefaults) -
Builder
-
-
Method Details
-
includes
-
excludes
-
location
-
importedFrom
-
build
-
computeLocations
Map<Object,InputLocation> computeLocations()
-