org.gudy.azureus2.pluginsimpl.local.utils.resourceuploader
Class ResourceUploaderFactoryImpl

java.lang.Object
  extended by org.gudy.azureus2.pluginsimpl.local.utils.resourceuploader.ResourceUploaderFactoryImpl
All Implemented Interfaces:
ResourceUploaderFactory

public class ResourceUploaderFactoryImpl
extends Object
implements ResourceUploaderFactory


Constructor Summary
ResourceUploaderFactoryImpl()
           
 
Method Summary
 ResourceUploader create(URL url, InputStream data)
           
 ResourceUploader create(URL url, InputStream data, String user_name, String password)
           
static ResourceUploaderFactory getSingleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceUploaderFactoryImpl

public ResourceUploaderFactoryImpl()
Method Detail

getSingleton

public static ResourceUploaderFactory getSingleton()

create

public ResourceUploader create(URL url,
                               InputStream data)
Specified by:
create in interface ResourceUploaderFactory

create

public ResourceUploader create(URL url,
                               InputStream data,
                               String user_name,
                               String password)
Specified by:
create in interface ResourceUploaderFactory