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

java.lang.Object
  extended by org.openrdf.http.webclient.repository.modify.add.RDFUpload
      extended by org.openrdf.http.webclient.repository.modify.add.RDFTextUpload

public class RDFTextUpload
extends RDFUpload

Author:
Herko ter Horst

Constructor Summary
RDFTextUpload()
           
 
Method Summary
 String getContents()
           
 String getI18n()
           
 InputStream getInputStream()
           
 void setContents(String contents)
           
 
Methods inherited from class org.openrdf.http.webclient.repository.modify.add.RDFUpload
getBaseUri, getFormat, setBaseUri, setFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFTextUpload

public RDFTextUpload()
Method Detail

getContents

public String getContents()

setContents

public void setContents(String contents)

getInputStream

public InputStream getInputStream()
                           throws IOException
Specified by:
getInputStream in class RDFUpload
Throws:
IOException

getI18n

public String getI18n()
Specified by:
getI18n in class RDFUpload


Copyright © 2001-2008 Aduna. All Rights Reserved.