Class Config
java.lang.Object
org.casbin.jcasbin.config.Config
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfloatintString[]getStrings(String key) static ConfignewConfig create an empty configuration representation from file.static ConfignewConfigFromText(String text) newConfigFromText create an empty configuration representation from text.void
-
Constructor Details
-
Config
public Config()Config represents the configuration parser.
-
-
Method Details
-
newConfig
-
newConfigFromText
-
getBool
-
getInt
-
getFloat
-
getString
-
getStrings
-
set
-
get
-