Package org.apache.maven.model
Class Build
- All Implemented Interfaces:
- Serializable,- Cloneable,- InputLocationTracker
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.maven.model.BaseObjectBaseObject.ChildrenTracking
- 
Field SummaryFields inherited from class org.apache.maven.model.BaseObjectchildrenTracking, delegate
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddExtension(Extension extension) buildToApiV3(List<Build> list) buildToApiV4(List<Build> list) clone()booleangetLocation(Object key) Gets the location of the specified field in the input source.inthashCode()voidremoveExtension(Extension extension) protected booleanvoidsetExtensions(List<Extension> extensions) voidsetImportedFrom(InputLocation location) voidsetLocation(Object key, InputLocation location) Sets the location of the specified field.voidsetOutputDirectory(String outputDirectory) voidsetScriptSourceDirectory(String scriptSourceDirectory) voidsetSourceDirectory(String sourceDirectory) voidsetTestOutputDirectory(String testOutputDirectory) voidsetTestSourceDirectory(String testSourceDirectory) toString()Methods inherited from class org.apache.maven.model.BuildBaseaddFilter, addResource, addTestResource, buildBaseToApiV3, buildBaseToApiV4, getDefaultGoal, getDirectory, getFilters, getFinalName, getResources, getTestResources, removeFilter, removeResource, removeTestResource, setDefaultGoal, setDirectory, setFilters, setFinalName, setResources, setTestResourcesMethods inherited from class org.apache.maven.model.PluginConfigurationgetPluginManagement, pluginConfigurationToApiV3, pluginConfigurationToApiV4, setPluginManagementMethods inherited from class org.apache.maven.model.PluginContaineraddPlugin, flushPluginMap, getPlugins, getPluginsAsMap, pluginContainerToApiV3, pluginContainerToApiV4, removePlugin, setPluginsMethods inherited from class org.apache.maven.model.BaseObjectupdate
- 
Constructor Details- 
Buildpublic Build()
- 
Build
- 
Build
 
- 
- 
Method Details- 
clone
- 
getDelegate- Overrides:
- getDelegatein class- BuildBase
 
- 
equals
- 
hashCodepublic int hashCode()
- 
getSourceDirectory
- 
setSourceDirectory
- 
getScriptSourceDirectory
- 
setScriptSourceDirectory
- 
getTestSourceDirectory
- 
setTestSourceDirectory
- 
getOutputDirectory
- 
setOutputDirectory
- 
getTestOutputDirectory
- 
setTestOutputDirectory
- 
getExtensions
- 
setExtensions
- 
addExtension
- 
removeExtension
- 
getLocationDescription copied from interface:InputLocationTrackerGets the location of the specified field in the input source.- Specified by:
- getLocationin interface- InputLocationTracker
- Overrides:
- getLocationin class- BuildBase
- Parameters:
- key- The key of the field, must not be- null.
- Returns:
- The location of the field in the input source or
 nullif unknown.
 
- 
setLocationDescription copied from interface:InputLocationTrackerSets the location of the specified field.- Specified by:
- setLocationin interface- InputLocationTracker
- Overrides:
- setLocationin class- BuildBase
- Parameters:
- key- The key of the field, must not be- null.
- location- The location of the field, may be- null.
 
- 
getImportedFrom- Overrides:
- getImportedFromin class- BuildBase
 
- 
setImportedFrom- Overrides:
- setImportedFromin class- BuildBase
 
- 
getLocationKeys- Overrides:
- getLocationKeysin class- BuildBase
 
- 
replace
- 
buildToApiV4
- 
buildToApiV3
- 
toString
 
-