|
||||||||||
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 | |
---|---|
boolean |
addEncryptedNode(String pNode)
Sets that a node is encrypted. |
protected XmlWorker |
createXmlWorker()
Creates the default XmlWorker for reading the file. |
IConfiguration |
getConfig()
Gets this Zone as wrapped IConfiguration . |
File |
getDirectory()
Returns the zone directory. |
static boolean |
isValid(File pDirectory)
Checks if the zone is valid. |
boolean |
removeEncryptedNode(String pNode)
Remose a node from the list of encrypted nodes. |
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 |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
protected XmlWorker createXmlWorker()
XmlWorker
for reading the file.
createXmlWorker
in class UpToDateConfigFile
public static boolean isValid(File pDirectory)
pDirectory
- the zone directory
true
if the zone is valid, otherwise false
public File getDirectory()
public IConfiguration getConfig()
IConfiguration
.
IConfiguration
accesspublic boolean addEncryptedNode(String pNode)
pNode
- the node name without indizes
true
if the node is added to the encryption list, false
otherwise
(maybe it is already added)public boolean removeEncryptedNode(String pNode)
pNode
- the node name without indizes
true
if the node is removed from the list, false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |