Class PlatformConfiguration
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.sshtools.daemon.configuration.PlatformConfiguration
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
- Version:
- $Revision: 1.13 $
- Author:
- $author$
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new PlatformConfiguration object. -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsSetting(String name) getSetting(String name) getSetting(String name, String defaultValue) voidreload(InputStream in) toString()Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
PlatformConfiguration
protected PlatformConfiguration(InputStream in) throws SAXException, ParserConfigurationException, IOException Creates a new PlatformConfiguration object.- Parameters:
in-- Throws:
SAXExceptionParserConfigurationExceptionIOException
-
-
Method Details
-
reload
- Parameters:
in-- Throws:
SAXExceptionParserConfigurationExceptionIOException
-
getVFSMounts
- Returns:
-
getNativeAuthenticationProvider
- Returns:
-
getNativeFileSystemProvider
- Returns:
-
getNativeProcessProvider
- Returns:
-
getSetting
- Parameters:
name-- Returns:
-
getSetting
- Parameters:
name-defaultValue-- Returns:
-
containsSetting
- Parameters:
name-- Returns:
-
getVFSRoot
- Returns:
-
toString
-