org.enhydra.server.conf
Class EnhydraServerXML
java.lang.Object
org.enhydra.server.conf.EnhydraServerXML
public class EnhydraServerXML
- extends java.lang.Object
- Author:
- Tweety
To change this generated comment edit the template variable "typecomment":
Window>Preferences>Java>Templates.
To enable and disable the creation of type comments go to
Window>Preferences>Java>Code Generation.
Field Summary |
org.w3c.dom.Document |
document
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
document
public org.w3c.dom.Document document
EnhydraServerXML
public EnhydraServerXML(java.lang.String fileName)
saveDocument
public void saveDocument()
getApplications
public java.util.HashMap[] getApplications()
addApplication
public void addApplication(java.util.HashMap hash)
removeApplication
public void removeApplication(java.lang.String contextPath)
getApplication
public java.util.HashMap getApplication(java.lang.String contextPath)
- Return attributes of tag for given context path.
- Parameters:
contextPath
- value of contextPath
attribute.
- Returns:
- attributes of tag if exist, otherwise
null
.
main
public static void main(java.lang.String[] args)