|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jackrabbit.commons.AbstractWorkspace
public abstract class AbstractWorkspace
Abstract base class for implementing the JCR Workspace
interface.
Constructor Summary | |
---|---|
AbstractWorkspace()
|
Method Summary | |
---|---|
void |
importXML(String parentAbsPath,
InputStream in,
int uuidBehavior)
Parses the given input stream as an XML document and processes the SAX events using the ContentHandler returned by
Workspace.getImportContentHandler(String, int) . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.jcr.Workspace |
---|
clone, copy, copy, getAccessibleWorkspaceNames, getImportContentHandler, getName, getNamespaceRegistry, getNodeTypeManager, getObservationManager, getQueryManager, getSession, move, restore |
Constructor Detail |
---|
public AbstractWorkspace()
Method Detail |
---|
public void importXML(String parentAbsPath, InputStream in, int uuidBehavior) throws IOException, javax.jcr.InvalidSerializedDataException, javax.jcr.RepositoryException
ContentHandler
returned by
Workspace.getImportContentHandler(String, int)
.
importXML
in interface javax.jcr.Workspace
parentAbsPath
- passed throughin
- input stream to be parsed as XML and importeduuidBehavior
- passed through
IOException
- if an I/O error occurs
javax.jcr.InvalidSerializedDataException
- if an XML parsing error occurs
javax.jcr.RepositoryException
- if a repository error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |