public class Plugin extends TrackableBase implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
LAST_CHECKED_DATE_FORMAT |
GLOBAL_LEVEL, USER_LEVEL| Constructor and Description |
|---|
Plugin() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
List<String> |
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 |
setRejectedVersions(List<String> 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.
|
getSourceLevel, setSourceLevelpublic static final String LAST_CHECKED_DATE_FORMAT
public void addRejectedVersion(String string)
string - public String getArtifactId()
public String getGroupId()
public String getLastChecked()
public List<String> 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<String> rejectedVersions)
rejectedVersions - public void setUseVersion(String useVersion)
useVersion - public String getKey()
Copyright © 2001-2021 The Apache Software Foundation. All Rights Reserved.