Lineage
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
proxy
/
ru.hytalemodding.lineage.proxy.permission
/
PermissionStore
Permission
Store
class
PermissionStore
(
path
:
Path
)
Persists proxy permissions in a TOML file.
Members
Constructors
Permission
Store
Link copied to clipboard
constructor
(
path
:
Path
)
Functions
load
Link copied to clipboard
fun
load
(
)
:
Map
<
String
,
Set
<
String
>
>
save
Link copied to clipboard
fun
save
(
permissions
:
Map
<
String
,
Set
<
String
>
>
)