Uses of Class
org.apache.maven.buildcache.checksum.exclude.Exclusion.MatcherType
-
Packages that use Exclusion.MatcherType Package Description org.apache.maven.buildcache.checksum.exclude -
-
Uses of Exclusion.MatcherType in org.apache.maven.buildcache.checksum.exclude
Methods in org.apache.maven.buildcache.checksum.exclude that return Exclusion.MatcherType Modifier and Type Method Description static Exclusion.MatcherType
Exclusion.MatcherType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Exclusion.MatcherType[]
Exclusion.MatcherType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.maven.buildcache.checksum.exclude with parameters of type Exclusion.MatcherType Constructor Description Exclusion(Path absolutePath, Exclusion.MatcherType resolutionType, Exclusion.EntryType entryType)
-