JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
dev.despical.tntrun.option
ConfigOption
Contents
Description
Method Summary
Method Details
getPath()
getType()
getDefaultValue()
value()
Hide sidebar
Show sidebar
Interface ConfigOption<
T
>
All Known Implementing Classes:
BooleanOption
,
IntOption
public interface
ConfigOption<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
T
getDefaultValue
()
String
getPath
()
Class
<
T
>
getType
()
default
T
value
()
Method Details
getPath
String
getPath
()
getType
Class
<
T
>
getType
()
getDefaultValue
T
getDefaultValue
()
value
default
T
value
()