Package org.apache.maven.model
Class Extension
java.lang.Object
org.apache.maven.model.Extension
- All Implemented Interfaces:
Serializable,Cloneable,InputLocationTracker
Describes a build extension to utilise.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringThe artifact ID of the extension.private InputLocationField artifactIdLocation.private StringThe group ID of the extension's artifact.private InputLocationField groupIdLocation.private InputLocationField location.private Map<Object, InputLocation> Field locations.private StringThe version of the extension.private InputLocationField versionLocation. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Method clone.private static <T> booleanequal(T obj1, T obj2) booleanGet the artifact ID of the extension.Get the group ID of the extension's artifact.getLocation(Object key) Gets the location of the specified field in the input source.private InputLocationgetOtherLocation(Object key) Get the version of the extension.inthashCode()voidsetArtifactId(String artifactId) Set the artifact ID of the extension.voidsetGroupId(String groupId) Set the group ID of the extension's artifact.voidsetLocation(Object key, InputLocation location) Sets the location of the specified field.voidsetOtherLocation(Object key, InputLocation location) voidsetVersion(String version) Set the version of the extension.
-
Field Details
-
groupId
The group ID of the extension's artifact. -
artifactId
The artifact ID of the extension. -
version
The version of the extension. -
locations
Field locations. -
location
Field location. -
groupIdLocation
Field groupIdLocation. -
artifactIdLocation
Field artifactIdLocation. -
versionLocation
Field versionLocation.
-
-
Constructor Details
-
Extension
public Extension()
-
-
Method Details
-
clone
Method clone. -
getArtifactId
Get the artifact ID of the extension.- Returns:
- String
-
getGroupId
Get the group ID of the extension's artifact.- Returns:
- String
-
getLocation
Description copied from interface:InputLocationTrackerGets the location of the specified field in the input source.- Specified by:
getLocationin interfaceInputLocationTracker- Parameters:
key- a key object.- Returns:
- InputLocation
-
setLocation
Description copied from interface:InputLocationTrackerSets the location of the specified field.- Specified by:
setLocationin interfaceInputLocationTracker- Parameters:
key- a key object.location- a location object.
-
setOtherLocation
- Parameters:
key- a key object.location- a location object.
-
getOtherLocation
- Parameters:
key- a key object.- Returns:
- InputLocation
-
getVersion
Get the version of the extension.- Returns:
- String
-
setArtifactId
Set the artifact ID of the extension.- Parameters:
artifactId- a artifactId object.
-
setGroupId
Set the group ID of the extension's artifact.- Parameters:
groupId- a groupId object.
-
setVersion
Set the version of the extension.- Parameters:
version- a version object.
-
equals
-
equal
private static <T> boolean equal(T obj1, T obj2) -
hashCode
public int hashCode()
-