org.semanticweb.owl.io
Class StringOutputTarget

java.lang.Object
  extended by org.semanticweb.owl.io.StringOutputTarget
All Implemented Interfaces:
OWLOntologyOutputTarget

public class StringOutputTarget
extends java.lang.Object
implements OWLOntologyOutputTarget

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 23-Mar-2008


Constructor Summary
StringOutputTarget()
           
 
Method Summary
 java.io.OutputStream getOutputStream()
           
 java.net.URI getPhysicalURI()
           
 java.io.Writer getWriter()
           
 boolean isOutputStreamAvailable()
           
 boolean isPhysicalURIAvailable()
           
 boolean isWriterAvailable()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringOutputTarget

public StringOutputTarget()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

isWriterAvailable

public boolean isWriterAvailable()
Specified by:
isWriterAvailable in interface OWLOntologyOutputTarget

getWriter

public java.io.Writer getWriter()
Specified by:
getWriter in interface OWLOntologyOutputTarget

isOutputStreamAvailable

public boolean isOutputStreamAvailable()
Specified by:
isOutputStreamAvailable in interface OWLOntologyOutputTarget

getOutputStream

public java.io.OutputStream getOutputStream()
Specified by:
getOutputStream in interface OWLOntologyOutputTarget

isPhysicalURIAvailable

public boolean isPhysicalURIAvailable()
Specified by:
isPhysicalURIAvailable in interface OWLOntologyOutputTarget

getPhysicalURI

public java.net.URI getPhysicalURI()
Specified by:
getPhysicalURI in interface OWLOntologyOutputTarget