public class RepositoryDocumentFactory extends Object
Modifier and Type | Field and Description |
---|---|
protected BinaryInput |
binaryTracker |
protected Map<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 Map<String,CharacterInput[]> metadataReaders
public RepositoryDocumentFactory(RepositoryDocument document) throws ManifoldCFException, IOException
document
- is the repository document to read.ManifoldCFException
IOException
public RepositoryDocument createDocument() throws ManifoldCFException
ManifoldCFException
public void close() throws ManifoldCFException
ManifoldCFException