org.rhq.plugins.modcluster.config
Class JBossWebServerFile

java.lang.Object
  extended by org.rhq.plugins.modcluster.config.AbstractConfigurationFile
      extended by org.rhq.plugins.modcluster.config.JBossWebServerFile

public class JBossWebServerFile
extends AbstractConfigurationFile

Author:
Stefan Negrea

Constructor Summary
JBossWebServerFile(File configurationFile)
           
JBossWebServerFile(String configurationFileName)
           
 
Method Summary
 String getPropertyValue(String propertyName)
           
 void setPropertyValue(String propertyName, String value)
           
 
Methods inherited from class org.rhq.plugins.modcluster.config.AbstractConfigurationFile
getDocument, saveConfigurationFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossWebServerFile

public JBossWebServerFile(String configurationFileName)
                   throws ParserConfigurationException,
                          SAXException,
                          IOException
Throws:
ParserConfigurationException
SAXException
IOException

JBossWebServerFile

public JBossWebServerFile(File configurationFile)
                   throws ParserConfigurationException,
                          SAXException,
                          IOException
Throws:
ParserConfigurationException
SAXException
IOException
Method Detail

setPropertyValue

public void setPropertyValue(String propertyName,
                             String value)

getPropertyValue

public String getPropertyValue(String propertyName)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.