Uses of Class
org.apache.maven.buildcache.checksum.exclude.Exclusion.EntryType
-
Packages that use Exclusion.EntryType Package Description org.apache.maven.buildcache.checksum.exclude -
-
Uses of Exclusion.EntryType in org.apache.maven.buildcache.checksum.exclude
Methods in org.apache.maven.buildcache.checksum.exclude that return Exclusion.EntryType Modifier and Type Method Description Exclusion.EntryType
Exclusion. getEntryType()
static Exclusion.EntryType
Exclusion.EntryType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Exclusion.EntryType[]
Exclusion.EntryType. 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.EntryType Constructor Description Exclusion(Path absolutePath, Exclusion.MatcherType resolutionType, Exclusion.EntryType entryType)
-