EAF 7.6 Implementation

org.enhydra.server.conf
Class EnhydraServerXML

java.lang.Object
  extended by 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
           
 
Constructor Summary
EnhydraServerXML(java.lang.String fileName)
           
 
Method Summary
 void addApplication(java.util.HashMap hash)
           
 java.util.HashMap getApplication(java.lang.String contextPath)
          Return attributes of tag for given context path.
 java.util.HashMap[] getApplications()
           
static void main(java.lang.String[] args)
           
 void removeApplication(java.lang.String contextPath)
           
 void saveDocument()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

document

public org.w3c.dom.Document document
Constructor Detail

EnhydraServerXML

public EnhydraServerXML(java.lang.String fileName)
Method Detail

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)

EAF 7.6 Implementation