|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.model.v3_0_0.PluginContainer
org.apache.maven.model.v3_0_0.PluginConfiguration
org.apache.maven.model.v3_0_0.BuildBase
public class BuildBase
Class BuildBase.
Constructor Summary | |
---|---|
BuildBase()
|
Method Summary | |
---|---|
void |
addResource(Resource resource)
Method addResource. |
String |
getDefaultGoal()
Get the default goal (or phase in Maven 2) to execute when none is specified for the project. |
List<Resource> |
getResources()
Method getResources. |
void |
removeResource(Resource resource)
Method removeResource. |
void |
setDefaultGoal(String defaultGoal)
Set the default goal (or phase in Maven 2) to execute when none is specified for the project. |
void |
setResources(List<Resource> 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 String getDefaultGoal()
public List<Resource> getResources()
public void removeResource(Resource resource)
resource
- public void setDefaultGoal(String defaultGoal)
defaultGoal
- public void setResources(List<Resource> resources)
resources
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |