org.openrdf.http.webclient.repository.modify.add
Class RDFUpload

java.lang.Object
  extended by org.openrdf.http.webclient.repository.modify.add.RDFUpload
Direct Known Subclasses:
RDFFileUpload, RDFTextUpload, RDFURLUpload

public abstract class RDFUpload
extends Object

Author:
Herko ter Horst

Constructor Summary
RDFUpload()
           
 
Method Summary
 String getBaseUri()
           
 RDFFormat getFormat()
           
abstract  String getI18n()
           
abstract  InputStream getInputStream()
           
 void setBaseUri(String baseUri)
           
 void setFormat(RDFFormat format)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFUpload

public RDFUpload()
Method Detail

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.