uk.ac.soton.itinnovation.grid.utils
Class AbstractPropertyConfigurator
java.lang.Object
uk.ac.soton.itinnovation.grid.utils.AbstractPropertyConfigurator
- Direct Known Subclasses:
- ServicePropertyConfigurator
public abstract class AbstractPropertyConfigurator
- extends Object
Abstract class used to load locations of config files.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractPropertyConfigurator
public AbstractPropertyConfigurator()
introspectRootNode
protected void introspectRootNode(Node rootNode)
throws PropertyConfigurationException
- Throws:
PropertyConfigurationException
loadConfiguration
protected Document loadConfiguration(InputStream fileInputStream)
throws PropertyConfigurationException
- Throws:
PropertyConfigurationException
getConfigFileLocation
public File getConfigFileLocation(String configFileName)
getConfigFileAsInputStream
public InputStream getConfigFileAsInputStream(String configFileName)
throws PropertyConfigurationException
- Throws:
PropertyConfigurationException
Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.