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 Summary
Nested classes/interfaces inherited from class org.apache.maven.model.BaseObject
BaseObject.ChildrenTracking
-
Field Summary
Fields inherited from class org.apache.maven.model.BaseObject
childrenTracking, delegate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
getId()
getLocation
(Object key) Gets the location of the specified field in the input source.void
removeReport
(String report) protected boolean
reportSetToApiV3
(List<ReportSet> list) reportSetToApiV4
(List<ReportSet> list) void
void
setLocation
(Object key, InputLocation location) Sets the location of the specified field.void
setReports
(List<String> reports) toString()
Methods inherited from class org.apache.maven.model.ConfigurationContainer
configurationContainerToApiV3, configurationContainerToApiV4, getConfiguration, getInherited, isInherited, setConfiguration, setInherited
Methods inherited from class org.apache.maven.model.BaseObject
update
-
Constructor Details
-
ReportSet
public ReportSet() -
ReportSet
-
ReportSet
-
-
Method Details
-
clone
- Overrides:
clone
in classConfigurationContainer
-
getDelegate
- Overrides:
getDelegate
in classConfigurationContainer
-
getId
-
setId
-
getReports
-
setReports
-
addReport
-
removeReport
-
getLocation
Description copied from interface:InputLocationTracker
Gets the location of the specified field in the input source.- Specified by:
getLocation
in interfaceInputLocationTracker
- Overrides:
getLocation
in classConfigurationContainer
- Parameters:
key
- The key of the field, must not benull
.- Returns:
- The location of the field in the input source or
null
if unknown.
-
setLocation
Description copied from interface:InputLocationTracker
Sets the location of the specified field.- Specified by:
setLocation
in interfaceInputLocationTracker
- Overrides:
setLocation
in classConfigurationContainer
- Parameters:
key
- The key of the field, must not benull
.location
- The location of the field, may benull
.
-
replace
- Overrides:
replace
in classConfigurationContainer
-
reportSetToApiV4
-
reportSetToApiV3
-
toString
-