Package com.wisecoders.dbs.schema.store
Class ProjectLoader
java.lang.Object
com.wisecoders.dbs.project.store.AbstractContentHandler
com.wisecoders.dbs.schema.store.ProjectLoader
- All Implemented Interfaces:
ContentHandler
public class ProjectLoader
extends com.wisecoders.dbs.project.store.AbstractContentHandler
Load a project from the given input stream.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidMethods 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, startPrefixMappingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
ProjectLoader
public ProjectLoader()
-
-
Method Details
-
getProject
-
process
- Specified by:
processin classcom.wisecoders.dbs.project.store.AbstractContentHandler
-