Class JDomExtension
java.lang.Object
org.apache.maven.model.Extension
org.apache.maven.shared.release.transform.jdom.JDomExtension
- All Implemented Interfaces:
Serializable
,Cloneable
,org.apache.maven.model.InputLocationTracker
,MavenCoordinate
JDom implementation of poms EXTENSION element
- Since:
- 3.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
setArtifactId
(String artifactId) void
setGroupId
(String groupId) void
setVersion
(String version) Methods inherited from class org.apache.maven.model.Extension
clone, equals, getLocation, hashCode, setLocation, setOtherLocation
-
Field Details
-
coordinate
-
-
Constructor Details
-
JDomExtension
public JDomExtension(org.jdom.Element extension)
-
-
Method Details
-
getArtifactId
- Specified by:
getArtifactId
in interfaceMavenCoordinate
- Overrides:
getArtifactId
in classorg.apache.maven.model.Extension
-
getGroupId
- Specified by:
getGroupId
in interfaceMavenCoordinate
- Overrides:
getGroupId
in classorg.apache.maven.model.Extension
-
getVersion
- Specified by:
getVersion
in interfaceMavenCoordinate
- Overrides:
getVersion
in classorg.apache.maven.model.Extension
-
setArtifactId
- Overrides:
setArtifactId
in classorg.apache.maven.model.Extension
-
setGroupId
- Overrides:
setGroupId
in classorg.apache.maven.model.Extension
-
setVersion
- Specified by:
setVersion
in interfaceMavenCoordinate
- Overrides:
setVersion
in classorg.apache.maven.model.Extension
-
getName
- Specified by:
getName
in interfaceMavenCoordinate
-