Package org.apache.maven.api.model
Class Exclusion.Builder
java.lang.Object
org.apache.maven.api.model.Exclusion.Builder
- Enclosing class:
Exclusion
Builder class used to create Exclusion instances.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) String(package private) Exclusion(package private) String(package private) InputLocation(package private) Map<Object, InputLocation> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionartifactId(String artifactId) build()(package private) Map<Object, InputLocation> importedFrom(InputLocation importedFrom) location(Object key, InputLocation location)
-
Field Details
-
base
Exclusion base -
groupId
String groupId -
artifactId
String artifactId -
locations
Map<Object,InputLocation> locations -
importedFrom
InputLocation importedFrom
-
-
Constructor Details
-
Builder
protected Builder(boolean withDefaults) -
Builder
-
-
Method Details
-
groupId
-
artifactId
-
location
-
importedFrom
-
build
-
computeLocations
Map<Object,InputLocation> computeLocations()
-