Class Exclusion
- java.lang.Object
-
- org.apache.maven.buildcache.checksum.exclude.Exclusion
-
public class Exclusion extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Exclusion.EntryType
static class
Exclusion.MatcherType
-
Constructor Summary
Constructors Constructor Description Exclusion(Path absolutePath, Exclusion.MatcherType resolutionType, Exclusion.EntryType entryType)
Exclusion(Path basedir, Exclude exclude)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
excludesPath(Path parentPath, Path path)
Path
getAbsolutePath()
Exclusion.EntryType
getEntryType()
-
-
-
Constructor Detail
-
Exclusion
public Exclusion(Path absolutePath, Exclusion.MatcherType resolutionType, Exclusion.EntryType entryType)
-
-
Method Detail
-
getAbsolutePath
public Path getAbsolutePath()
-
getEntryType
public Exclusion.EntryType getEntryType()
-
-