Class Defaults

java.lang.Object
org.apache.rat.Defaults

public final class Defaults extends Object
A class that provides the standard system defaults for the ReportConfiguration. Properties in this class may be overridden or added to by configuration options in the various UIs. See the specific UI for details.
  • Field Details

  • Method Details

    • init

      public static void init()
      Initialize the system configuration reader.
    • builder

      public static Defaults.Builder builder()
      Gets a builder for a Defaults object.
      Returns:
      the Builder.
    • getLicenseSetFactory

      public LicenseSetFactory getLicenseSetFactory()
      Gets the default license set factory.
      Returns:
      the default license set factory.
    • getStandardExclusion

      public Collection<StandardCollection> getStandardExclusion()
      Gets the default exclusion processor.
      Returns:
      the default exclusion processor.