org.cogroo.addon.addon.conf
Class AddOnConfiguration

java.lang.Object
  extended by org.cogroo.addon.addon.conf.DefaultConfiguration
      extended by org.cogroo.addon.addon.conf.AddOnConfiguration

public class AddOnConfiguration
extends DefaultConfiguration


Field Summary
static String CONFIGURATION_NODE_TEMPLATE_REPOSITORIES
           
static String CONFIGURATION_PATH_SEPARATOR
           
static String CONFIGURATION_PROPERTY_ADDON_HOME
           
static String CONFIGURATION_PROPERTY_STORE_LOCAL
           
static String CONFIGURATION_ROOT_NODE
           
 
Fields inherited from class org.cogroo.addon.addon.conf.DefaultConfiguration
CONFIGURATION_READ_ONLY_VIEW, CONFIGURATION_SERVICE, CONFIGURATION_UPDATABLE_VIEW
 
Constructor Summary
AddOnConfiguration(com.sun.star.uno.XComponentContext context)
           
 
Method Summary
 File getDataFolder()
           
 String getDataURL()
           
 File getRootFolder()
           
 String getRootURL()
           
 
Methods inherited from class org.cogroo.addon.addon.conf.DefaultConfiguration
commit, dispose, getChildNode, getProperty, getRootNode, setProperty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIGURATION_ROOT_NODE

public static final String CONFIGURATION_ROOT_NODE
See Also:
Constant Field Values

CONFIGURATION_NODE_TEMPLATE_REPOSITORIES

public static final String CONFIGURATION_NODE_TEMPLATE_REPOSITORIES
See Also:
Constant Field Values

CONFIGURATION_PROPERTY_STORE_LOCAL

public static final String CONFIGURATION_PROPERTY_STORE_LOCAL
See Also:
Constant Field Values

CONFIGURATION_PROPERTY_ADDON_HOME

public static final String CONFIGURATION_PROPERTY_ADDON_HOME
See Also:
Constant Field Values

CONFIGURATION_PATH_SEPARATOR

public static final String CONFIGURATION_PATH_SEPARATOR
See Also:
Constant Field Values
Constructor Detail

AddOnConfiguration

public AddOnConfiguration(com.sun.star.uno.XComponentContext context)
Method Detail

getDataURL

public String getDataURL()

getDataFolder

public File getDataFolder()

getRootURL

public String getRootURL()

getRootFolder

public File getRootFolder()


Copyright © 2012-2013 CoGrOO. All Rights Reserved.