|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.plugin.registry.TrackableBase
org.apache.maven.plugin.registry.Plugin
Policy for updating a single plugin.
| Field Summary | |
static String |
LAST_CHECKED_DATE_FORMAT
|
| Fields inherited from class org.apache.maven.plugin.registry.TrackableBase |
GLOBAL_LEVEL, USER_LEVEL |
| Constructor Summary | |
Plugin()
|
|
| Method Summary | |
void |
addRejectedVersion(String string)
Method addRejectedVersion |
String |
getArtifactId()
Get null |
String |
getGroupId()
Get null |
String |
getKey()
|
String |
getLastChecked()
Get [format: yyyy-MM-dd.HH:mm:ss Z] Specifies the date/time at which this plugin was last checked. |
String |
getModelEncoding()
|
List |
getRejectedVersions()
Method getRejectedVersions |
String |
getUseVersion()
Get The current version of this plugin, to be used until the appropriate update actions happen. |
void |
removeRejectedVersion(String string)
Method removeRejectedVersion |
void |
setArtifactId(String artifactId)
Set null |
void |
setGroupId(String groupId)
Set null |
void |
setLastChecked(String lastChecked)
Set [format: yyyy-MM-dd.HH:mm:ss Z] Specifies the date/time at which this plugin was last checked. |
void |
setModelEncoding(String modelEncoding)
|
void |
setRejectedVersions(List rejectedVersions)
Set The list of versions for this plugin that the user declined to "install" |
void |
setUseVersion(String useVersion)
Set The current version of this plugin, to be used until the appropriate update actions happen. |
| Methods inherited from class org.apache.maven.plugin.registry.TrackableBase |
getSourceLevel, setSourceLevel |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String LAST_CHECKED_DATE_FORMAT
| Constructor Detail |
public Plugin()
| Method Detail |
public void addRejectedVersion(String string)
string - public String getArtifactId()
public String getGroupId()
public String getLastChecked()
public List getRejectedVersions()
public String getUseVersion()
public void removeRejectedVersion(String string)
string - public void setArtifactId(String artifactId)
artifactId - public void setGroupId(String groupId)
groupId - public void setLastChecked(String lastChecked)
lastChecked - public void setRejectedVersions(List rejectedVersions)
rejectedVersions - public void setUseVersion(String useVersion)
useVersion - public String getKey()
public void setModelEncoding(String modelEncoding)
setModelEncoding in class TrackableBasepublic String getModelEncoding()
getModelEncoding in class TrackableBase
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||