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