org.openrdf.http.webclient.repository.modify.add
Class RDFUpload
java.lang.Object
org.openrdf.http.webclient.repository.modify.add.RDFUpload
- Direct Known Subclasses:
- RDFFileUpload, RDFTextUpload, RDFURLUpload
public abstract class RDFUpload
- extends Object
- Author:
- Herko ter Horst
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RDFUpload
public RDFUpload()
getFormat
public RDFFormat getFormat()
setFormat
public void setFormat(RDFFormat format)
getBaseUri
public String getBaseUri()
setBaseUri
public void setBaseUri(String baseUri)
getInputStream
public abstract InputStream getInputStream()
throws IOException
- Throws:
IOException
getI18n
public abstract String getI18n()
Copyright © 2001-2008 Aduna. All Rights Reserved.