|
||||||||||
| 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
public abstract class Zone
A Zone is a special area in the server-side code area. A zone
always has a configuration file.
| Method Summary | |
|---|---|
IConfiguration |
getConfig()
Gets this Zone as wrapped IConfiguration. |
File |
getDirectory()
Returns the zone directory. |
protected void |
setUpdateEnabled(boolean pEnabled)
Sets the up-to-date option of the configuration. |
protected void |
update()
Loads the configuration from the filesystem. |
| Methods inherited from class com.sibvisions.rad.server.config.UpToDateConfigFile |
|---|
getContent, getFile, getNodes, getProperties, getProperty, getProperty, isValid, setContent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected void update()
throws Exception
update in class UpToDateConfigFileException - if it is not possible to read the configuration
from the filesystem or the xml content is not validprotected void setUpdateEnabled(boolean pEnabled)
pEnabled - true doesn't update the configuration when
next accessing; false always keeps the configuration
up-to-datepublic File getDirectory()
public IConfiguration getConfig()
IConfiguration.
IConfiguration access
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||