Package org.semanticweb.owlapi.io
Class StringDocumentTarget
java.lang.Object
org.semanticweb.owlapi.io.StringDocumentTarget
- All Implemented Interfaces:
OWLOntologyDocumentTarget
- Since:
- 2.2.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.semanticweb.owlapi.io.OWLOntologyDocumentTarget
getDocumentIRI, getOutputStream
-
Constructor Details
-
StringDocumentTarget
public StringDocumentTarget()
-
-
Method Details
-
toString
-
getWriter
Description copied from interface:OWLOntologyDocumentTarget
Gets aWriter
that can be used to write an ontology to an ontology document. If none is available, return Optional.absent. Do not call multiple times for the same file: the output file will be opened for write multiple times.- Specified by:
getWriter
in interfaceOWLOntologyDocumentTarget
- Returns:
- The writer
-