public class SystemOutDocumentTarget extends Object implements OWLOntologyDocumentTarget
System.out.| Constructor and Description |
|---|
SystemOutDocumentTarget() |
| Modifier and Type | Method and Description |
|---|---|
Optional<OutputStream> |
getOutputStream()
Gets an
OutputStream that can be used to write an
ontology to an ontology document. |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDocumentIRI, getWriterpublic Optional<OutputStream> getOutputStream()
OWLOntologyDocumentTargetOutputStream 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.getOutputStream in interface OWLOntologyDocumentTargetCopyright © 2019 The University of Manchester. All rights reserved.