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
ConstructorsModifierConstructorDescriptionprotected
Creates a new PlatformConfiguration object. -
Method Summary
Modifier and TypeMethodDescriptionboolean
containsSetting
(String name) getSetting
(String name) getSetting
(String name, String defaultValue) void
reload
(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, warning
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:
SAXException
ParserConfigurationException
IOException
-
-
Method Details
-
reload
- Parameters:
in
-- Throws:
SAXException
ParserConfigurationException
IOException
-
getVFSMounts
- Returns:
-
getNativeAuthenticationProvider
- Returns:
-
getNativeFileSystemProvider
- Returns:
-
getNativeProcessProvider
- Returns:
-
getSetting
- Parameters:
name
-- Returns:
-
getSetting
- Parameters:
name
-defaultValue
-- Returns:
-
containsSetting
- Parameters:
name
-- Returns:
-
getVFSRoot
- Returns:
-
toString
-