Package org.apache.maven.model
Class ReportSet
java.lang.Object
org.apache.maven.model.BaseObject
org.apache.maven.model.ConfigurationContainer
org.apache.maven.model.ReportSet
- 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 TypeMethodDescriptionvoidclone()getId()getLocation(Object key) Gets the location of the specified field in the input source.voidremoveReport(String report) protected booleanreportSetToApiV3(List<ReportSet> list) reportSetToApiV4(List<ReportSet> list) voidvoidsetLocation(Object key, InputLocation location) Sets the location of the specified field.voidsetReports(List<String> reports) toString()Methods inherited from class org.apache.maven.model.ConfigurationContainerconfigurationContainerToApiV3, configurationContainerToApiV4, getConfiguration, getInherited, isInherited, setConfiguration, setInheritedMethods inherited from class org.apache.maven.model.BaseObjectupdate
- 
Constructor Details- 
ReportSetpublic ReportSet()
- 
ReportSet
- 
ReportSet
 
- 
- 
Method Details- 
clone- Overrides:
- clonein class- ConfigurationContainer
 
- 
getDelegate- Overrides:
- getDelegatein class- ConfigurationContainer
 
- 
getId
- 
setId
- 
getReports
- 
setReports
- 
addReport
- 
removeReport
- 
getLocationDescription copied from interface:InputLocationTrackerGets the location of the specified field in the input source.- Specified by:
- getLocationin interface- InputLocationTracker
- Overrides:
- getLocationin class- ConfigurationContainer
- 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- ConfigurationContainer
- Parameters:
- key- The key of the field, must not be- null.
- location- The location of the field, may be- null.
 
- 
replace- Overrides:
- replacein class- ConfigurationContainer
 
- 
reportSetToApiV4
- 
reportSetToApiV3
- 
toString
 
-