| 
 | ||||||||||
| 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(String string)Method addFilter. | 
|  void | addResource(Resource resource)Method addResource. | 
|  void | addTestResource(Resource resource)Method addTestResource. | 
|  String | getDefaultGoal()Get the default goal (or phase in Maven 2) to execute when none is specified for the project. | 
|  String | getDirectory()Get the directory where all files generated by the build are placed. | 
|  List | getFilters()Method getFilters. | 
|  String | getFinalName()Get The filename (excluding the extension, and with no path information) that the produced artifact will be called. | 
|  String | getModelEncoding() | 
|  List | getResources()Method getResources. | 
|  List | getTestResources()Method getTestResources. | 
|  void | removeFilter(String string)Method removeFilter. | 
|  void | removeResource(Resource resource)Method removeResource. | 
|  void | removeTestResource(Resource resource)Method removeTestResource. | 
|  void | setDefaultGoal(String defaultGoal)Set the default goal (or phase in Maven 2) to execute when none is specified for the project. | 
|  void | setDirectory(String directory)Set the directory where all files generated by the build are placed. | 
|  void | setFilters(List filters)Set the list of filter properties files that are used when filtering is enabled. | 
|  void | setFinalName(String finalName)Set The filename (excluding the extension, and with no path information) that the produced artifact will be called. | 
|  void | setModelEncoding(String modelEncoding)Set an encoding used for reading/writing the model. | 
|  void | setResources(List resources)Set this element describes all of the classpath resources such as properties files associated with a project. | 
|  void | setTestResources(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(String string)
string - public void addResource(Resource resource)
resource - public void addTestResource(Resource resource)
resource - public String getDefaultGoal()
public String getDirectory()
public List getFilters()
public String getFinalName()
${artifactId}-${version}.
public List getResources()
public List getTestResources()
public void removeFilter(String string)
string - public void removeResource(Resource resource)
resource - public void removeTestResource(Resource resource)
resource - public void setDefaultGoal(String defaultGoal)
defaultGoal - public void setDirectory(String directory)
directory - public void setFilters(List filters)
filters - public void setFinalName(String finalName)
${artifactId}-${version}.
finalName - public void setResources(List resources)
resources - public void setTestResources(List testResources)
testResources - public void setModelEncoding(String modelEncoding)
setModelEncoding in class PluginConfigurationmodelEncoding - the encoding used when reading/writing the model.public String getModelEncoding()
getModelEncoding in class PluginConfiguration| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||