Class Reporting

java.lang.Object
org.apache.maven.model.BaseObject
org.apache.maven.model.Reporting
All Implemented Interfaces:
Serializable, Cloneable, InputLocationTracker

@Generated public class Reporting extends BaseObject
See Also:
  • Constructor Details

    • Reporting

      public Reporting()
    • Reporting

      public Reporting(Reporting delegate)
    • Reporting

      public Reporting(Reporting delegate, BaseObject parent)
  • Method Details

    • clone

      public Reporting clone()
      Overrides:
      clone in class Object
    • getDelegate

      public Reporting getDelegate()
      Overrides:
      getDelegate in class BaseObject
    • getExcludeDefaults

      public String getExcludeDefaults()
    • setExcludeDefaults

      public void setExcludeDefaults(String excludeDefaults)
    • getOutputDirectory

      public String getOutputDirectory()
    • setOutputDirectory

      public void setOutputDirectory(String outputDirectory)
    • getPlugins

      @Nonnull public List<ReportPlugin> getPlugins()
    • setPlugins

      public void setPlugins(List<ReportPlugin> plugins)
    • addPlugin

      public void addPlugin(ReportPlugin plugin)
    • removePlugin

      public void removePlugin(ReportPlugin plugin)
    • getLocation

      public InputLocation getLocation(Object key)
      Description copied from interface: InputLocationTracker
      Gets the location of the specified field in the input source.
      Parameters:
      key - The key of the field, must not be null.
      Returns:
      The location of the field in the input source or null if unknown.
    • setLocation

      public void setLocation(Object key, InputLocation location)
      Description copied from interface: InputLocationTracker
      Sets the location of the specified field.
      Parameters:
      key - The key of the field, must not be null.
      location - The location of the field, may be null.
    • replace

      protected boolean replace(Object oldDelegate, Object newDelegate)
      Overrides:
      replace in class BaseObject
    • reportingToApiV4

      public static List<Reporting> reportingToApiV4(List<Reporting> list)
    • reportingToApiV3

      public static List<Reporting> reportingToApiV3(List<Reporting> list)
    • isExcludeDefaults

      public boolean isExcludeDefaults()
    • setExcludeDefaults

      public void setExcludeDefaults(boolean excludeDefaults)