|
||||||||||
| 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.PluginExecution
public class PluginExecution
Class PluginExecution.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_EXECUTION_ID
|
| Constructor Summary | |
|---|---|
PluginExecution()
|
|
| Method Summary | |
|---|---|
void |
addGoal(java.lang.String string)
Method addGoal |
java.util.List |
getGoals()
Method getGoals |
java.lang.String |
getId()
Method getId |
java.lang.String |
getPhase()
Method getPhase |
void |
removeGoal(java.lang.String string)
Method removeGoal |
void |
setGoals(java.util.List goals)
Method setGoals |
void |
setId(java.lang.String id)
Method setId |
void |
setPhase(java.lang.String phase)
Method setPhase |
| 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 |
| Field Detail |
|---|
public static final java.lang.String DEFAULT_EXECUTION_ID
| Constructor Detail |
|---|
public PluginExecution()
| Method Detail |
|---|
public void addGoal(java.lang.String string)
string - public java.util.List getGoals()
public java.lang.String getId()
public java.lang.String getPhase()
public void removeGoal(java.lang.String string)
string - public void setGoals(java.util.List goals)
goals - public void setId(java.lang.String id)
id - public void setPhase(java.lang.String phase)
phase -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||