Package net.createmod.catnip.data
Class Glob
java.lang.Object
net.createmod.catnip.data.Glob
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisGlobMeta(char c) static booleanisRegexMeta(char c) static StringtoRegexPattern(String globPattern) static StringtoRegexPattern(String globPattern, String defaultPatternIfError)
-
Constructor Details
-
Glob
public Glob()
-
-
Method Details
-
isRegexMeta
public static boolean isRegexMeta(char c) -
isGlobMeta
public static boolean isGlobMeta(char c) -
toRegexPattern
- Throws:
PatternSyntaxException
-
toRegexPattern
-