|
||||||||||
| 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
public class BuildBase
Generic informations for a build.
| Constructor Summary | |
|---|---|
BuildBase()
|
|
| Method Summary | |
|---|---|
void |
addFilter(java.lang.String string)
Method addFilter |
void |
addResource(Resource resource)
Method addResource |
void |
addTestResource(Resource resource)
Method addTestResource |
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 |
getDirectory()
Get The directory where all files generated by the build are placed. |
java.util.List |
getFilters()
Method getFilters |
java.lang.String |
getFinalName()
Get The filename (excluding the extension, and with no path information) that the produced artifact will be called. |
java.lang.String |
getModelEncoding()
|
java.util.List |
getResources()
Method getResources |
java.util.List |
getTestResources()
Method getTestResources |
void |
removeFilter(java.lang.String string)
Method removeFilter |
void |
removeResource(Resource resource)
Method removeResource |
void |
removeTestResource(Resource resource)
Method removeTestResource |
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 |
setDirectory(java.lang.String directory)
Set The directory where all files generated by the build are placed. |
void |
setFilters(java.util.List filters)
Set The list of filter properties files that are used when filtering is enabled. |
void |
setFinalName(java.lang.String finalName)
Set The filename (excluding the extension, and with no path information) that the produced artifact will be called. |
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. |
void |
setTestResources(java.util.List testResources)
Set This element describes all of the classpath resources such as properties files associated with a project's unit tests. |
| Methods inherited from class org.apache.maven.model.PluginConfiguration |
|---|
getPluginManagement, setPluginManagement |
| Methods inherited from class org.apache.maven.model.PluginContainer |
|---|
addPlugin, flushPluginMap, getPlugins, getPluginsAsMap, removePlugin, setPlugins |
| 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 addFilter(java.lang.String string)
string - public void addResource(Resource resource)
resource - public void addTestResource(Resource resource)
resource - public java.lang.String getDefaultGoal()
public java.lang.String getDirectory()
public java.util.List getFilters()
public java.lang.String getFinalName()
${artifactId}-${version}.
public java.util.List getResources()
public java.util.List getTestResources()
public void removeFilter(java.lang.String string)
string - public void removeResource(Resource resource)
resource - public void removeTestResource(Resource resource)
resource - public void setDefaultGoal(java.lang.String defaultGoal)
defaultGoal - public void setDirectory(java.lang.String directory)
directory - public void setFilters(java.util.List filters)
filters - public void setFinalName(java.lang.String finalName)
${artifactId}-${version}.
finalName - public void setResources(java.util.List resources)
resources - public void setTestResources(java.util.List testResources)
testResources - public void setModelEncoding(java.lang.String modelEncoding)
setModelEncoding in class PluginConfigurationpublic java.lang.String getModelEncoding()
getModelEncoding in class PluginConfiguration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||