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.boolean
getBooleanProperty
(String name) double
getDoubleProperty
(String name, double defaultValue) int
getIntProperty
(String name) int
getIntProperty
(String name, int defaultValue) long
getLongProperty
(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
-