|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.model.PluginContainer
org.apache.maven.model.PluginConfiguration
org.apache.maven.model.BuildBase
Class BuildBase.
Field Summary | |
private java.lang.String |
defaultGoal
Field defaultGoal |
private java.util.List |
resources
Field resources |
Constructor Summary | |
BuildBase()
|
Method Summary | |
void |
addResource(Resource resource)
Method addResource |
java.lang.String |
getDefaultGoal()
Method getDefaultGoal |
java.util.List |
getResources()
Method getResources |
void |
removeResource(Resource resource)
Method removeResource |
void |
setDefaultGoal(java.lang.String defaultGoal)
Method setDefaultGoal |
void |
setResources(java.util.List resources)
Method setResources |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String defaultGoal
private java.util.List resources
Constructor Detail |
public BuildBase()
Method Detail |
public void addResource(Resource resource)
resource
- public java.lang.String getDefaultGoal()
public java.util.List getResources()
public void removeResource(Resource resource)
resource
- public void setDefaultGoal(java.lang.String defaultGoal)
defaultGoal
- public void setResources(java.util.List resources)
resources
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |