Uses of Enum
org.apache.rat.report.claim.ClaimStatistic.Counter
Packages that use ClaimStatistic.Counter
Package
Description
Helper classes for command line processing.
Contains utilities to validate the results.
Classes that manage claims (metrics) about files and categories of files.
-
Uses of ClaimStatistic.Counter in org.apache.rat.commandline
Fields in org.apache.rat.commandline with type parameters of type ClaimStatistic.CounterModifier and TypeFieldDescriptionstatic final org.apache.commons.cli.Converter
<org.apache.commons.lang3.tuple.Pair<ClaimStatistic.Counter, Integer>, ConfigurationException> Converters.COUNTER_CONVERTER
Converts the Converter pattern into a Converter, count pair. -
Uses of ClaimStatistic.Counter in org.apache.rat.config.results
Methods in org.apache.rat.config.results with parameters of type ClaimStatistic.CounterModifier and TypeMethodDescriptionint
ClaimValidator.getMax
(ClaimStatistic.Counter counter) Gets the limit for the specific counter.int
ClaimValidator.getMin
(ClaimStatistic.Counter counter) Gets the limit for the specific counter.boolean
ClaimValidator.isValid
(ClaimStatistic.Counter counter, int count) Determines if the specified count is within the limits for the counter.void
ClaimValidator.setMax
(ClaimStatistic.Counter counter, int value) Sets the max value for the specified counter.void
ClaimValidator.setMin
(ClaimStatistic.Counter counter, int value) Sets the max value for the specified counter. -
Uses of ClaimStatistic.Counter in org.apache.rat.report.claim
Methods in org.apache.rat.report.claim that return ClaimStatistic.CounterModifier and TypeMethodDescriptionstatic ClaimStatistic.Counter
Returns the enum constant of this type with the specified name.static ClaimStatistic.Counter[]
ClaimStatistic.Counter.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.rat.report.claim with parameters of type ClaimStatistic.CounterModifier and TypeMethodDescriptionint
ClaimStatistic.getCounter
(ClaimStatistic.Counter counter) Returns the counts for the counter.void
ClaimStatistic.incCounter
(ClaimStatistic.Counter counter, int value) Increments the counts for the counter.