Class ConnectorLoader

java.lang.Object
com.wisecoders.dbs.project.store.AbstractContentHandler
com.wisecoders.dbs.schema.store.ConnectorLoader
All Implemented Interfaces:
ContentHandler

public class ConnectorLoader extends com.wisecoders.dbs.project.store.AbstractContentHandler
Class used to load the database connections from file.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    createConnector(com.wisecoders.dbs.project.store.AbstractContentHandler handler, String dbId)
     
    protected void
    process(String name, int level)
     

    Methods inherited from class com.wisecoders.dbs.project.store.AbstractContentHandler

    characters, endDocument, endElement, endPrefixMapping, get, getBody, getBoolean, getBoolean, getInt, getLong, getShort, has, ignorableWhitespace, parse, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.xml.sax.ContentHandler

    declaration
  • Constructor Details

    • ConnectorLoader

      public ConnectorLoader()
  • Method Details

    • process

      protected void process(String name, int level)
      Specified by:
      process in class com.wisecoders.dbs.project.store.AbstractContentHandler
    • createConnector

      public static void createConnector(com.wisecoders.dbs.project.store.AbstractContentHandler handler, String dbId)