com.sibvisions.rad.server.config
Class AppSettings
java.lang.Object
   com.sibvisions.rad.server.config.UpToDateConfigFile
com.sibvisions.rad.server.config.UpToDateConfigFile
       com.sibvisions.rad.server.config.Zone
com.sibvisions.rad.server.config.Zone
           com.sibvisions.rad.server.config.AppSettings
com.sibvisions.rad.server.config.AppSettings
- All Implemented Interfaces: 
- Cloneable
- public final class AppSettings 
- extends Zone
The AppSetting class encapsulates the access
 to app settings. The settings configure application locations.
 
 
| Methods inherited from class com.sibvisions.rad.server.config.UpToDateConfigFile | 
| clone, getFile, getNode, getNodes, getProperties, getProperty, getProperty, isSaveImmediate, isUpdateEnabled, isValid, reload, save, setContent, setNode, setProperty, setSaveImmediate, setUpdateEnabled | 
 
 
update
public void update()
            throws Exception
- Loads the configuration from the filesystem.
 
- 
- Overrides:
- updatein class- UpToDateConfigFile
 
- 
- Throws:
- Exception- if it is not possible to read the configuration 
                   from the filesystem or the xml content is not valid
 
getAppLocations
public List<String> getAppLocations()
- Gets all configured application directories.
 
- 
- Returns:
- the appliciation dir location
 
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.