public class RepositoryDocumentFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected BinaryInput |
binaryTracker |
protected java.util.Map<java.lang.String,CharacterInput[]> |
metadataReaders |
protected RepositoryDocument |
original |
Constructor and Description |
---|
RepositoryDocumentFactory(RepositoryDocument document)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Close this object and release its resources.
|
RepositoryDocument |
createDocument()
Create a new RepositoryDocument object from the saved local resources.
|
protected final RepositoryDocument original
protected BinaryInput binaryTracker
protected final java.util.Map<java.lang.String,CharacterInput[]> metadataReaders
public RepositoryDocumentFactory(RepositoryDocument document) throws ManifoldCFException, java.io.IOException
document
- is the repository document to read.ManifoldCFException
java.io.IOException
public RepositoryDocument createDocument() throws ManifoldCFException
ManifoldCFException
public void close() throws ManifoldCFException
ManifoldCFException