Uses of Enum
org.apache.rat.analysis.IHeaderMatcher.State
Packages that use IHeaderMatcher.State
-
Uses of IHeaderMatcher.State in org.apache.rat.analysis
Methods in org.apache.rat.analysis that return IHeaderMatcher.StateModifier and TypeMethodDescriptionIHeaderMatcher.currentState()Gets the the current state of the matcher.UnknownLicense.currentState()IHeaderMatcher.finalizeState()Gets the final state for this matcher.UnknownLicense.finalizeState()Attempts to matchlineand returns the State after the match is attempted.static IHeaderMatcher.StateReturns the enum constant of this type with the specified name.static IHeaderMatcher.State[]IHeaderMatcher.State.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IHeaderMatcher.State in org.apache.rat.analysis.matchers
Methods in org.apache.rat.analysis.matchers that return IHeaderMatcher.StateModifier and TypeMethodDescriptionAbstractSimpleMatcher.currentState()AndMatcher.currentState()NotMatcher.currentState()OrMatcher.currentState()AbstractMatcherContainer.finalizeState()AbstractSimpleMatcher.finalizeState()AndMatcher.finalizeState()NotMatcher.finalizeState()