|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sibvisions.rad.server.config.UpToDateConfigFile
com.sibvisions.rad.server.config.Zone
com.sibvisions.rad.server.config.AppSettings
public final class AppSettings
The AppSetting
class encapsulates the access
to app settings. The settings configure application locations.
Nested Class Summary | |
---|---|
class |
AppSettings.AppLocation
The AppLocation class defines directories which contain application zones. |
Method Summary | |
---|---|
java.util.List<AppSettings.AppLocation> |
getAppLocations()
Gets all configured application directories. |
void |
update()
Loads the configuration from the filesystem. |
Methods inherited from class com.sibvisions.rad.server.config.Zone |
---|
addEncryptedNode, createXmlWorker, getConfig, getDirectory, isValid, isValid, removeEncryptedNode |
Methods inherited from class com.sibvisions.rad.server.config.UpToDateConfigFile |
---|
clone, getFile, getNode, getNodes, getProperties, getProperty, getProperty, isCloneNodes, isFile, isSaveImmediate, isStream, isUpdateEnabled, isValid, isVirtual, prepareIncludeNodes, reload, replacePlaceholder, replacePlaceholder, save, setCloneNodes, setContent, setNode, setProperty, setSaveImmediate, setUpdateEnabled |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void update() throws java.lang.Exception
update
in class UpToDateConfigFile
java.lang.Exception
- if it is not possible to read the configuration
from the filesystem or the xml content is not validpublic java.util.List<AppSettings.AppLocation> getAppLocations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |