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

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

public class RDFFileUpload
extends RDFUpload

Author:
Herko ter Horst

Constructor Summary
RDFFileUpload()
           
 
Method Summary
 org.springframework.web.multipart.MultipartFile getContents()
           
 String getI18n()
           
 InputStream getInputStream()
           
 void setContents(org.springframework.web.multipart.MultipartFile 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

RDFFileUpload

public RDFFileUpload()
Method Detail

getContents

public org.springframework.web.multipart.MultipartFile getContents()

setContents

public void setContents(org.springframework.web.multipart.MultipartFile 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-2007 Aduna. All Rights Reserved.