| 
||||||||||
| 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
public class 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 the artifactId field.  | 
 String | 
getGroupId()
Get the groupId field.  | 
 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 the artifactId field.  | 
 void | 
setGroupId(String groupId)
Set the groupId field.  | 
 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)
Set an encoding used for reading/writing the model.  | 
 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 TrackableBasemodelEncoding - the encoding used when reading/writing the model.public String getModelEncoding()
getModelEncoding in class TrackableBase
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||