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