Package org.apache.maven.model
Class BuildBase
java.lang.Object
org.apache.maven.model.BaseObject
org.apache.maven.model.PluginContainer
org.apache.maven.model.PluginConfiguration
org.apache.maven.model.BuildBase
- All Implemented Interfaces:
- Serializable,- Cloneable,- InputLocationTracker
- Direct Known Subclasses:
- Build
- 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 TypeMethodDescriptionvoidvoidaddResource(Resource resource) voidaddTestResource(Resource testResource) buildBaseToApiV3(List<BuildBase> list) buildBaseToApiV4(List<BuildBase> list) clone()booleangetLocation(Object key) Gets the location of the specified field in the input source.inthashCode()voidremoveFilter(String filter) voidremoveResource(Resource resource) voidremoveTestResource(Resource testResource) protected booleanvoidsetDefaultGoal(String defaultGoal) voidsetDirectory(String directory) voidsetFilters(List<String> filters) voidsetFinalName(String finalName) voidsetLocation(Object key, InputLocation location) Sets the location of the specified field.voidsetResources(List<Resource> resources) voidsetTestResources(List<Resource> testResources) toString()Methods 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- 
BuildBasepublic BuildBase()
- 
BuildBase
- 
BuildBase
 
- 
- 
Method Details- 
clone- Overrides:
- clonein class- PluginConfiguration
 
- 
getDelegate- Overrides:
- getDelegatein class- PluginConfiguration
 
- 
equals- Overrides:
- equalsin class- PluginConfiguration
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- PluginConfiguration
 
- 
getDefaultGoal
- 
setDefaultGoal
- 
getResources
- 
setResources
- 
addResource
- 
removeResource
- 
getTestResources
- 
setTestResources
- 
addTestResource
- 
removeTestResource
- 
getDirectory
- 
setDirectory
- 
getFinalName
- 
setFinalName
- 
getFilters
- 
setFilters
- 
addFilter
- 
removeFilter
- 
getLocationDescription copied from interface:InputLocationTrackerGets the location of the specified field in the input source.- Specified by:
- getLocationin interface- InputLocationTracker
- Overrides:
- getLocationin class- PluginConfiguration
- 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- PluginConfiguration
- Parameters:
- key- The key of the field, must not be- null.
- location- The location of the field, may be- null.
 
- 
replace- Overrides:
- replacein class- PluginConfiguration
 
- 
buildBaseToApiV4
- 
buildBaseToApiV3
- 
toString- Overrides:
- toStringin class- PluginConfiguration
- See Also:
 
 
-