Class FreeplaneScriptBaseClass.ConfigProperties

  • Enclosing class:
    FreeplaneScriptBaseClass

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

      • ConfigProperties

        public ConfigProperties()
    • Method Detail

      • getBooleanProperty

        public boolean getBooleanProperty​(java.lang.String name)
      • getDoubleProperty

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

        public int getIntProperty​(java.lang.String name)
      • getIntProperty

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

        public long getLongProperty​(java.lang.String name,
                                    int defaultValue)
      • getProperty

        public java.lang.String getProperty​(java.lang.String name)
      • getProperty

        public java.lang.String getProperty​(java.lang.String name,
                                            java.lang.String defaultValue)
      • getProperties

        public java.util.Properties getProperties()
      • getAt

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

        public java.util.ResourceBundle getResources()
      • getFreeplaneUserDirectory

        public java.lang.String getFreeplaneUserDirectory()