Class AbstractMatcher
java.lang.Object
software.xdev.testcontainers.imagebuilder.jgit.ignore.internal.AbstractMatcher
- All Implemented Interfaces:
IMatcher
- Direct Known Subclasses:
NameMatcher,PathMatcher,WildMatcher
Base class for default methods as
toString() and such.
This class is immutable and thread safe.
-
Field Details
-
dirOnly
protected final boolean dirOnly -
pattern
-
-
Constructor Details
-
AbstractMatcher
- Parameters:
pattern- string to parsedirOnly- true if this matcher should match only directories
-
-
Method Details