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