Class FreeplaneScriptBaseClass.ConfigProperties

  • Enclosing class:
    FreeplaneScriptBaseClass

    public static class FreeplaneScriptBaseClass.ConfigProperties
    extends Object
    Accessor for Freeplane's configuration: In scripts available as "global variable" config.
    • Constructor Detail

      • ConfigProperties

        public ConfigProperties()
    • Method Detail

      • getBooleanProperty

        public boolean getBooleanProperty​(String name)
      • getDoubleProperty

        public double getDoubleProperty​(String name,
                                        double defaultValue)
      • getIntProperty

        public int getIntProperty​(String name)
      • getIntProperty

        public int getIntProperty​(String name,
                                  int defaultValue)
      • getLongProperty

        public long getLongProperty​(String name,
                                    int defaultValue)
      • getProperties

        public Properties getProperties()
      • getAt

        public String getAt​(String name)
        support config['key'] from Groovy.
      • getFreeplaneUserDirectory

        public String getFreeplaneUserDirectory()