Package org.freeplane.plugin.script
Class FreeplaneScriptBaseClass.ConfigProperties
java.lang.Object
org.freeplane.plugin.script.FreeplaneScriptBaseClass.ConfigProperties
- Enclosing class:
FreeplaneScriptBaseClass
Accessor for Freeplane's configuration: In scripts available
as "global variable"
config.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsupport config['key'] from Groovy.booleangetBooleanProperty(String name) doublegetDoubleProperty(String name, double defaultValue) intgetIntProperty(String name) intgetIntProperty(String name, int defaultValue) longgetLongProperty(String name, int defaultValue) getProperty(String name) getProperty(String name, String defaultValue)
-
Constructor Details
-
ConfigProperties
public ConfigProperties()
-
-
Method Details
-
getBooleanProperty
-
getDoubleProperty
-
getIntProperty
-
getIntProperty
-
getLongProperty
-
getProperty
-
getProperty
-
getProperties
-
getAt
support config['key'] from Groovy. -
getResources
-
getFreeplaneUserDirectory
-