| 
||||||||||
| 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.PluginRegistry
public class PluginRegistry
Root element of the plugin registry file.
| Field Summary | 
|---|
| Fields inherited from class org.apache.maven.plugin.registry.TrackableBase | 
|---|
GLOBAL_LEVEL, USER_LEVEL | 
| Constructor Summary | |
|---|---|
PluginRegistry()
 | 
|
| Method Summary | |
|---|---|
 void | 
addPlugin(Plugin plugin)
Method addPlugin.  | 
 void | 
flushPluginsByKey()
 | 
 String | 
getAutoUpdate()
Get specifies whether the user should be prompted to update plugins.  | 
 String | 
getCheckLatest()
Get whether to resolve plugin versions using LATEST metadata.  | 
 String | 
getModelEncoding()
 | 
 List | 
getPlugins()
Method getPlugins.  | 
 Map | 
getPluginsByKey()
 | 
 RuntimeInfo | 
getRuntimeInfo()
 | 
 String | 
getUpdateInterval()
Get Specifies how often to check for plugin updates.  | 
 void | 
removePlugin(Plugin plugin)
Method removePlugin.  | 
 void | 
setAutoUpdate(String autoUpdate)
Set specifies whether the user should be prompted to update plugins.  | 
 void | 
setCheckLatest(String checkLatest)
Set whether to resolve plugin versions using LATEST metadata.  | 
 void | 
setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model.  | 
 void | 
setPlugins(List plugins)
Set specified plugin update policy information.  | 
 void | 
setRuntimeInfo(RuntimeInfo runtimeInfo)
 | 
 void | 
setUpdateInterval(String updateInterval)
Set Specifies how often to check for plugin updates.  | 
| 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 | 
| Constructor Detail | 
|---|
public PluginRegistry()
| Method Detail | 
|---|
public void addPlugin(Plugin plugin)
plugin - public String getAutoUpdate()
public String getCheckLatest()
public List getPlugins()
public String getUpdateInterval()
public void removePlugin(Plugin plugin)
plugin - public void setAutoUpdate(String autoUpdate)
autoUpdate - public void setCheckLatest(String checkLatest)
checkLatest - public void setPlugins(List plugins)
plugins - public void setUpdateInterval(String updateInterval)
updateInterval - public Map getPluginsByKey()
public void flushPluginsByKey()
public void setRuntimeInfo(RuntimeInfo runtimeInfo)
public RuntimeInfo getRuntimeInfo()
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 | |||||||||