aQute.lib.deployer.http
Class HttpBasicAuthURLConnector

java.lang.Object
  extended by aQute.lib.deployer.http.HttpBasicAuthURLConnector
All Implemented Interfaces:
Plugin, URLConnector

public class HttpBasicAuthURLConnector
extends Object
implements URLConnector, Plugin


Constructor Summary
HttpBasicAuthURLConnector()
           
 
Method Summary
 InputStream connect(URL url)
           
protected  void init()
           
 void setProperties(Map<String,String> map)
          Give the plugin the remaining properties.
 void setReporter(Reporter reporter)
          Set the current reporter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpBasicAuthURLConnector

public HttpBasicAuthURLConnector()
Method Detail

setReporter

public void setReporter(Reporter reporter)
Description copied from interface: Plugin
Set the current reporter. This is called at init time. This plugin should report all errors and warnings to this reporter.

Specified by:
setReporter in interface Plugin

setProperties

public void setProperties(Map<String,String> map)
Description copied from interface: Plugin
Give the plugin the remaining properties. When a plugin is declared, the clause can contain extra properties. All the properties and directives are given to the plugin to use.

Specified by:
setProperties in interface Plugin
Parameters:
map - attributes and directives for this plugin's clause

init

protected void init()

connect

public InputStream connect(URL url)
                    throws IOException
Specified by:
connect in interface URLConnector
Throws:
IOException


Copyright © 2012 aQute SARL. All Rights Reserved.