Class Glob
java.lang.Object
org.casbin.jcasbin.util.Glob
- Since:
- 2021/1/13
- Author:
- shy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringtoRegexPattern(String globPattern) Creates a regex pattern from the given glob expression.
-
Constructor Details
-
Glob
public Glob()
-
-
Method Details
-
toRegexPattern
-