Uses of Enum
org.apache.rat.config.exclusion.StandardCollection
Packages that use StandardCollection
Package
Description
The base package for the RAT tool.
Classes that manage the inclusion and exclusion of files.
-
Uses of StandardCollection in org.apache.rat
Methods in org.apache.rat that return types with arguments of type StandardCollectionModifier and TypeMethodDescriptionDefaults.getStandardExclusion()
Gets the default exclusion processor.Methods in org.apache.rat with parameters of type StandardCollectionModifier and TypeMethodDescriptionvoid
ReportConfiguration.addExcludedCollection(StandardCollection collection)
Excludes a StandardCollection of patterns.void
ReportConfiguration.addExcludedFileProcessor(StandardCollection collection)
Excludes the file processor defined in the StandardCollection.void
ReportConfiguration.addIncludedCollection(StandardCollection collection)
Adds the patterns from the standard collection as included patterns. -
Uses of StandardCollection in org.apache.rat.config.exclusion
Methods in org.apache.rat.config.exclusion that return StandardCollectionModifier and TypeMethodDescriptionstatic StandardCollection
Returns the enum constant of this type with the specified name.static StandardCollection[]
StandardCollection.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.rat.config.exclusion with parameters of type StandardCollectionModifier and TypeMethodDescriptionExclusionProcessor.addExcludedCollection(StandardCollection collection)
Excludes the files/directories specified by a StandardCollection.ExclusionProcessor.addFileProcessor(StandardCollection collection)
Add the file processor from a StandardCollection.ExclusionProcessor.addIncludedCollection(StandardCollection collection)
Add the patterns from the StandardCollection as included patterns.