Class MavenDistributionManagement.Relocation
java.lang.Object
io.spring.initializr.generator.buildsystem.maven.MavenDistributionManagement.Relocation
- Enclosing class:
- MavenDistributionManagement
Relocation information of the artifact if it has been moved to a new groupId and/or
artifactId.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturn the new artifact ID of the dependency.Return the new group ID of the dependency.Return a message that provides more details about the relocation.Return the new version of the dependency.boolean
isEmpty()
-
Method Details
-
isEmpty
public boolean isEmpty() -
getGroupId
Return the new group ID of the dependency.- Returns:
- the relocated group ID
-
getArtifactId
Return the new artifact ID of the dependency.- Returns:
- the relocated artifact ID
-
getVersion
Return the new version of the dependency.- Returns:
- the relocated version
-
getMessage
Return a message that provides more details about the relocation.- Returns:
- the relocation message
-