|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.model.ConfigurationContainer
org.apache.maven.model.Plugin
public class Plugin
Class Plugin.
| Constructor Summary | |
|---|---|
Plugin()
|
|
| Method Summary | |
|---|---|
void |
addDependency(Dependency dependency)
Method addDependency |
void |
addExecution(PluginExecution pluginExecution)
Method addExecution |
static java.lang.String |
constructKey(java.lang.String groupId,
java.lang.String artifactId)
|
void |
flushExecutionMap()
|
java.lang.String |
getArtifactId()
Method getArtifactId |
java.util.List |
getDependencies()
Method getDependencies |
java.util.List |
getExecutions()
Method getExecutions |
java.util.Map |
getExecutionsAsMap()
|
java.lang.Object |
getGoals()
Method getGoals |
java.lang.String |
getGroupId()
Method getGroupId |
java.lang.String |
getKey()
|
java.lang.String |
getVersion()
Method getVersion |
boolean |
isExtensions()
Method isExtensions |
void |
removeDependency(Dependency dependency)
Method removeDependency |
void |
removeExecution(PluginExecution pluginExecution)
Method removeExecution |
void |
setArtifactId(java.lang.String artifactId)
Method setArtifactId |
void |
setDependencies(java.util.List dependencies)
Method setDependencies |
void |
setExecutions(java.util.List executions)
Method setExecutions |
void |
setExtensions(boolean extensions)
Method setExtensions |
void |
setGoals(java.lang.Object goals)
Method setGoals |
void |
setGroupId(java.lang.String groupId)
Method setGroupId |
void |
setVersion(java.lang.String version)
Method setVersion |
| Methods inherited from class org.apache.maven.model.ConfigurationContainer |
|---|
getConfiguration, getInherited, isInheritanceApplied, setConfiguration, setInherited, unsetInheritanceApplied |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Plugin()
| Method Detail |
|---|
public void addDependency(Dependency dependency)
dependency - public void addExecution(PluginExecution pluginExecution)
pluginExecution - public java.lang.String getArtifactId()
public java.util.List getDependencies()
public java.util.List getExecutions()
public java.lang.Object getGoals()
public java.lang.String getGroupId()
public java.lang.String getVersion()
public boolean isExtensions()
public void removeDependency(Dependency dependency)
dependency - public void removeExecution(PluginExecution pluginExecution)
pluginExecution - public void setArtifactId(java.lang.String artifactId)
artifactId - public void setDependencies(java.util.List dependencies)
dependencies - public void setExecutions(java.util.List executions)
executions - public void setExtensions(boolean extensions)
extensions - public void setGoals(java.lang.Object goals)
goals - public void setGroupId(java.lang.String groupId)
groupId - public void setVersion(java.lang.String version)
version - public void flushExecutionMap()
public java.util.Map getExecutionsAsMap()
public java.lang.String getKey()
public static java.lang.String constructKey(java.lang.String groupId,
java.lang.String artifactId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||