|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.versions.LinkItem
public class LinkItem
LinkItem represents information specified for a linked artifact version manged through a property.
| Constructor Summary | |
|---|---|
LinkItem()
Constructs a new LinkItem. |
|
| Method Summary | |
|---|---|
Boolean |
getAllowSnapshots()
Getter for property 'allowSnapshots'. |
String |
getArtifactId()
Getter for property 'artifactId'. |
String |
getGroupId()
Getter for property 'groupId'. |
String |
getProperty()
Getter for property 'property'. |
String |
getVersion()
Getter for property 'version'. |
void |
setAllowSnapshots(Boolean allowSnapshots)
Setter for property 'allowSnapshots'. |
void |
setArtifactId(String artifactId)
Setter for property 'artifactId'. |
void |
setGroupId(String groupId)
Setter for property 'groupId'. |
void |
setProperty(String property)
Setter for property 'property'. |
void |
setVersion(String version)
Setter for property 'version'. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LinkItem()
| Method Detail |
|---|
public Boolean getAllowSnapshots()
public void setAllowSnapshots(Boolean allowSnapshots)
allowSnapshots - Value to set for property 'allowSnapshots'.public String getArtifactId()
public void setArtifactId(String artifactId)
artifactId - Value to set for property 'artifactId'.public String getGroupId()
public void setGroupId(String groupId)
groupId - Value to set for property 'groupId'.public String getProperty()
public void setProperty(String property)
property - Value to set for property 'property'.public String getVersion()
public void setVersion(String version)
version - Value to set for property 'version'.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||