public static class FreeplaneScriptBaseClass.ConfigProperties extends Object
config
.Constructor | Description |
---|---|
ConfigProperties() |
Modifier and Type | Method | Description |
---|---|---|
String |
getAt(String name) |
support config['key'] from Groovy.
|
boolean |
getBooleanProperty(String name) |
|
double |
getDoubleProperty(String name,
double defaultValue) |
|
String |
getFreeplaneUserDirectory() |
|
int |
getIntProperty(String name) |
|
int |
getIntProperty(String name,
int defaultValue) |
|
long |
getLongProperty(String name,
int defaultValue) |
|
Properties |
getProperties() |
|
String |
getProperty(String name) |
|
String |
getProperty(String name,
String defaultValue) |
|
ResourceBundle |
getResources() |
public boolean getBooleanProperty(String name)
public double getDoubleProperty(String name, double defaultValue)
public int getIntProperty(String name)
public int getIntProperty(String name, int defaultValue)
public long getLongProperty(String name, int defaultValue)
public Properties getProperties()
public ResourceBundle getResources()
public String getFreeplaneUserDirectory()