org.apache.jackrabbit.jcr2spi.xml
Interface Importer
- All Known Implementing Classes:
- SessionImporter
public interface Importer
The Importer interface ...
start
void start()
throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
startNode
void startNode(Importer.NodeInfo nodeInfo,
java.util.List propInfos,
NamePathResolver resolver)
throws javax.jcr.RepositoryException
- Parameters:
nodeInfo - propInfos - list of PropInfo instancesresolver - NamePathResolver dealing with prefix mappings of current
context.
- Throws:
javax.jcr.RepositoryException
endNode
void endNode(Importer.NodeInfo nodeInfo)
throws javax.jcr.RepositoryException
- Parameters:
nodeInfo -
- Throws:
javax.jcr.RepositoryException
end
void end()
throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.