Package org.apache.rat
Class Defaults
java.lang.Object
org.apache.rat.Defaults
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.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReportConfiguration.Processing
The default ARCHIVES processing style.static final LicenseSetFactory.LicenseFilter
The default license families to list.static final LicenseSetFactory.LicenseFilter
The default licenses to list.static final ReportConfiguration.Processing
The default STANDARD processing style. -
Method Summary
Modifier and TypeMethodDescriptionstatic Defaults.Builder
builder()
Gets a builder for a Defaults object.Gets the default license set factory.Gets the default exclusion processor.static void
init()
Initialize the system configuration reader.
-
Field Details
-
ARCHIVE_PROCESSING
The default ARCHIVES processing style. -
STANDARD_PROCESSING
The default STANDARD processing style. -
LIST_FAMILIES
The default license families to list. -
LIST_LICENSES
The default licenses to list.
-
-
Method Details
-
init
public static void init()Initialize the system configuration reader. -
builder
Gets a builder for a Defaults object.- Returns:
- the Builder.
-
getLicenseSetFactory
Gets the default license set factory.- Returns:
- the default license set factory.
-
getStandardExclusion
Gets the default exclusion processor.- Returns:
- the default exclusion processor.
-