public class PluginInfo extends Object implements Serializable
| Constructor and Description |
|---|
PluginInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAny(String string)
Method addAny.
|
void |
addIncremental(String string)
Method addIncremental.
|
void |
addMajor(String string)
Method addMajor.
|
void |
addMinor(String string)
Method addMinor.
|
List<String> |
getAny()
Method getAny.
|
String |
getArtifactId()
Get the artifactId field.
|
String |
getClassifier()
Get the classifier field.
|
String |
getCurrentVersion()
Get the currentVersion field.
|
String |
getGroupId()
Get the groupId field.
|
List<String> |
getIncrementals()
Method getIncrementals.
|
String |
getLastVersion()
Get the lastVersion field.
|
List<String> |
getMajors()
Method getMajors.
|
List<String> |
getMinors()
Method getMinors.
|
String |
getScope()
Get the scope field.
|
String |
getStatus()
Get the status field.
|
String |
getType()
Get the type field.
|
void |
removeAny(String string)
Method removeAny.
|
void |
removeIncremental(String string)
Method removeIncremental.
|
void |
removeMajor(String string)
Method removeMajor.
|
void |
removeMinor(String string)
Method removeMinor.
|
void |
setAny(List<String> any)
Set the any field.
|
void |
setArtifactId(String artifactId)
Set the artifactId field.
|
void |
setClassifier(String classifier)
Set the classifier field.
|
void |
setCurrentVersion(String currentVersion)
Set the currentVersion field.
|
void |
setGroupId(String groupId)
Set the groupId field.
|
void |
setIncrementals(List<String> incrementals)
Set the incrementals field.
|
void |
setLastVersion(String lastVersion)
Set the lastVersion field.
|
void |
setMajors(List<String> majors)
Set the majors field.
|
void |
setMinors(List<String> minors)
Set the minors field.
|
void |
setScope(String scope)
Set the scope field.
|
void |
setStatus(String status)
Set the status field.
|
void |
setType(String type)
Set the type field.
|
public void addAny(String string)
string - a string object.public void addIncremental(String string)
string - a string object.public void addMajor(String string)
string - a string object.public void addMinor(String string)
string - a string object.public String getArtifactId()
public String getClassifier()
public String getCurrentVersion()
public String getGroupId()
public String getLastVersion()
public String getScope()
public String getStatus()
public String getType()
public void removeAny(String string)
string - a string object.public void removeIncremental(String string)
string - a string object.public void removeMajor(String string)
string - a string object.public void removeMinor(String string)
string - a string object.public void setArtifactId(String artifactId)
artifactId - a artifactId object.public void setClassifier(String classifier)
classifier - a classifier object.public void setCurrentVersion(String currentVersion)
currentVersion - a currentVersion object.public void setGroupId(String groupId)
groupId - a groupId object.public void setIncrementals(List<String> incrementals)
incrementals - a incrementals object.public void setLastVersion(String lastVersion)
lastVersion - a lastVersion object.public void setMajors(List<String> majors)
majors - a majors object.public void setMinors(List<String> minors)
minors - a minors object.public void setScope(String scope)
scope - a scope object.public void setStatus(String status)
status - a status object.public void setType(String type)
type - a type object.Copyright © 2008–2022 MojoHaus. All rights reserved.