|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.model.PluginContainer org.apache.maven.model.PluginConfiguration org.apache.maven.model.BuildBase
public class BuildBase
null
Constructor Summary | |
---|---|
BuildBase()
|
Method Summary | |
---|---|
void |
addResource(Resource resource)
Method addResource |
java.lang.String |
getDefaultGoal()
Get The default goal (or phase in Maven 2) to execute when none is specified for the project. |
java.lang.String |
getModelEncoding()
|
java.util.List |
getResources()
Method getResources |
void |
removeResource(Resource resource)
Method removeResource |
void |
setDefaultGoal(java.lang.String defaultGoal)
Set The default goal (or phase in Maven 2) to execute when none is specified for the project. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setResources(java.util.List resources)
Set This element describes all of the classpath resources such as properties files associated with a project. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
- public void setModelEncoding(java.lang.String modelEncoding)
setModelEncoding
in class PluginConfiguration
public java.lang.String getModelEncoding()
getModelEncoding
in class PluginConfiguration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |