public class Relocation extends Objectimplements Serializable , Cloneable , InputLocationTracker
| Constructor and Description |
|---|
Relocation()
|
| Modifier and Type | Method and Description |
|---|---|
Relocation |
clone()
Method clone.
|
String |
getArtifactId()
Get the new artifact ID of the artifact.
|
String |
getGroupId()
Get the group ID the artifact has moved to.
|
InputLocation |
getLocation(Object
Gets the location of the specified field in the input source.
|
String |
getMessage()
Get an additional message to show the user about the move, such as the reason.
|
String |
getVersion()
Get the new version of the artifact.
|
void |
setArtifactId(String
Set the new artifact ID of the artifact.
|
void |
setGroupId(String
Set the group ID the artifact has moved to.
|
void |
setLocation(Object
Sets the location of the specified field.
|
void |
setMessage(String
Set an additional message to show the user about the move, such as the reason.
|
void |
setVersion(String
Set the new version of the artifact.
|
public Relocationclone()
public StringgetArtifactId()
public StringgetGroupId()
public InputLocationgetLocation(Object key)
InputLocationTracker
getLocation in interface
InputLocationTracker
key -
public StringgetMessage()
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 setMessage(Stringmessage)
message -
public void setVersion(Stringversion)
version -