Package buildengine.configuration
Class Configuration
java.lang.Object
buildengine.configuration.Configuration
All types of data can be stored in here, with a key to reference it.
All data will be converted and stored as a string.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getBoolean
(String key) getData()
double
float
int
getIntList
(String key) long
void
-
Constructor Details
-
Configuration
public Configuration() -
Configuration
-
-
Method Details
-
set
-
getString
-
getInt
-
getLong
-
getFloat
-
getDouble
-
getList
-
getBoolean
-
getIntList
-
getData
-