Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.daemon.configuration » [javadoc | source]
com.sshtools.daemon.configuration
public class: PlatformConfiguration [javadoc | source]
java.lang.Object
   org.xml.sax.helpers.DefaultHandler
      com.sshtools.daemon.configuration.PlatformConfiguration

All Implemented Interfaces:
    ErrorHandler, EntityResolver, ContentHandler, DTDHandler

Nested Class Summary:
class  PlatformConfiguration.PlatformConfigurationSAXHandler   
Constructor:
 protected PlatformConfiguration(InputStream in) throws IOException, SAXException, ParserConfigurationException 
    Creates a new PlatformConfiguration object.
    Parameters:
    in -
    Throws:
    SAXException -
    ParserConfigurationException -
    IOException -
Method from com.sshtools.daemon.configuration.PlatformConfiguration Summary:
containsSetting,   getNativeAuthenticationProvider,   getNativeFileSystemProvider,   getNativeProcessProvider,   getSetting,   getSetting,   getVFSMounts,   getVFSRoot,   reload,   toString
Methods from org.xml.sax.helpers.DefaultHandler:
characters,   endDocument,   endElement,   endPrefixMapping,   error,   fatalError,   ignorableWhitespace,   notationDecl,   processingInstruction,   resolveEntity,   setDocumentLocator,   skippedEntity,   startDocument,   startElement,   startPrefixMapping,   unparsedEntityDecl,   warning
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.daemon.configuration.PlatformConfiguration Detail:
 public boolean containsSetting(String name) 
 public String getNativeAuthenticationProvider() 
 public String getNativeFileSystemProvider() 
 public String getNativeProcessProvider() 
 public String getSetting(String name) 
 public String getSetting(String name,
    String defaultValue) 
 public Map getVFSMounts() 
 public VFSMount getVFSRoot() 
 public  void reload(InputStream in) throws IOException, SAXException, ParserConfigurationException 
 public String toString()