ConfigLite
Toggle table of contents
0.1.1
jvm
Platform filter
jvm
Switch theme
Search in API
ConfigLite
ConfigLite
/
dev.vxrp.configlite
/
ConfigurationObject
Configuration
Object
data
class
ConfigurationObject
(
val
location
:
Path
,
val
fileName
:
String
,
val
type
:
ConfigType
?
)
Members
Constructors
Configuration
Object
Link copied to clipboard
constructor
(
location
:
Path
,
fileName
:
String
,
type
:
ConfigType
?
)
Properties
file
Name
Link copied to clipboard
val
fileName
:
String
location
Link copied to clipboard
val
location
:
Path
type
Link copied to clipboard
val
type
:
ConfigType
?