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 org.apache.commons.cli.Converter<org.apache.commons.lang3.tuple.Pair<ClaimStatistic.Counter,Integer>,ConfigurationException>Converters.COUNTER_CONVERTERConverts 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 TypeMethodDescriptionintClaimValidator.getMax(ClaimStatistic.Counter counter)Gets the limit for the specific counter.intClaimValidator.getMin(ClaimStatistic.Counter counter)Gets the limit for the specific counter.booleanClaimValidator.isValid(ClaimStatistic.Counter counter, int count)Determines if the specified count is within the limits for the counter.voidClaimValidator.setMax(ClaimStatistic.Counter counter, int value)Sets the max value for the specified counter.voidClaimValidator.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.CounterReturns 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 TypeMethodDescriptionintClaimStatistic.getCounter(ClaimStatistic.Counter counter)Returns the counts for the counter.voidClaimStatistic.incCounter(ClaimStatistic.Counter counter, int value)Increments the counts for the counter.