public class Extension extends Objectimplements Serializable , Cloneable , InputLocationTracker
| Constructor and Description |
|---|
Extension()
|
| Modifier and Type | Method and Description |
|---|---|
Extension |
clone()
Method clone.
|
boolean |
equals(Object
|
String |
getArtifactId()
Get the artifact ID of the extension.
|
String |
getGroupId()
Get the group ID of the extension's artifact.
|
InputLocation |
getLocation(Object
Gets the location of the specified field in the input source.
|
String |
getVersion()
Get the version of the extension.
|
int |
hashCode()
|
void |
setArtifactId(String
Set the artifact ID of the extension.
|
void |
setGroupId(String
Set the group ID of the extension's artifact.
|
void |
setLocation(Object
Sets the location of the specified field.
|
void |
setVersion(String
Set the version of the extension.
|
public StringgetArtifactId()
public StringgetGroupId()
public InputLocationgetLocation(Object key)
InputLocationTracker
getLocation in interface
InputLocationTracker
key -
public StringgetVersion()
public void setArtifactId(StringartifactId)
artifactId -
public void setGroupId(StringgroupId)
groupId -
public void setLocation(Objectkey, InputLocation location)
InputLocationTracker
setLocation in interface
InputLocationTracker
key -
location -
public void setVersion(Stringversion)
version -
public boolean equals(Objecto)
equals in class
Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode in class
Object
Object.hashCode()