org.gudy.azureus2.plugins.utils.resourceuploader
Interface ResourceUploader

All Known Implementing Classes:
ResourceUploaderURLImpl

public interface ResourceUploader


Method Summary
 java.lang.Object getProperty(java.lang.String name)
           
 void setProperty(java.lang.String name, java.lang.Object value)
           
 java.io.InputStream upload()
           
 

Method Detail

upload

java.io.InputStream upload()
                           throws ResourceUploaderException
Throws:
ResourceUploaderException

setProperty

void setProperty(java.lang.String name,
                 java.lang.Object value)
                 throws ResourceDownloaderException
Throws:
ResourceDownloaderException

getProperty

java.lang.Object getProperty(java.lang.String name)
                             throws ResourceDownloaderException
Throws:
ResourceDownloaderException