com.ldodds.foaf
Class FOAFWriterFactory
java.lang.Object
com.ldodds.foaf.FOAFWriterFactory
- Direct Known Subclasses:
- JenaFOAFWriterFactory
- public abstract class FOAFWriterFactory
- extends java.lang.Object
TODO -- description of FOAFWriterFactory
- Author:
- ldodds
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FOAFWriterFactory
public FOAFWriterFactory()
getInstance
public static FOAFWriterFactory getInstance()
getFOAFWriter
public abstract FOAFWriter getFOAFWriter(java.lang.String baseURI,
java.lang.String filename)
throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
getFOAFWriter
public abstract FOAFWriter getFOAFWriter(java.lang.String baseURI,
java.io.File file)
throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
getFOAFWriter
public abstract FOAFWriter getFOAFWriter(java.lang.String baseURI,
java.io.OutputStream out)
getFOAFWriter
public abstract FOAFWriter getFOAFWriter(java.lang.String baseURI,
java.net.URL toPostTo)