Package org.ek9lang.core
Class Glob
java.lang.Object
org.ek9lang.core.Glob
Used for file path matching GLOB not regex.
This is aimed just at file and path matching.
Setup one or more includes and then excludes if you need to.
But at least one include.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addExclude
(String globPattern) void
addInclude
(String globPattern) boolean
isAcceptable
(String path) boolean
isAcceptable
(Path path)
-
Constructor Details
-
Glob
public Glob() -
Glob
-
Glob
-
Glob
-
-
Method Details
-
addInclude
-
addExclude
-
isAcceptable
-
isAcceptable
-