org.apache.archiva.configuration
Class ProxyConnectorRuleConfiguration

java.lang.Object
  extended by org.apache.archiva.configuration.ProxyConnectorRuleConfiguration
All Implemented Interfaces:
Serializable

public class ProxyConnectorRuleConfiguration
extends Object
implements Serializable

Class ProxyConnectorRuleConfiguration.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
private  String pattern
          The pattern for this rule: whiteList, blackList etc..
private  List<ProxyConnectorConfiguration> proxyConnectors
          Field proxyConnectors.
private  String ruleType
          The type if this rule: whiteList, blackList etc..
 
Constructor Summary
ProxyConnectorRuleConfiguration()
           
 
Method Summary
 void addProxyConnector(ProxyConnectorConfiguration proxyConnectorConfiguration)
          Method addProxyConnector.
 String getPattern()
          Get the pattern for this rule: whiteList, blackList etc..
 List<ProxyConnectorConfiguration> getProxyConnectors()
          Method getProxyConnectors.
 String getRuleType()
          Get the type if this rule: whiteList, blackList etc..
 void removeProxyConnector(ProxyConnectorConfiguration proxyConnectorConfiguration)
          Method removeProxyConnector.
 void setPattern(String pattern)
          Set the pattern for this rule: whiteList, blackList etc..
 void setProxyConnectors(List<ProxyConnectorConfiguration> proxyConnectors)
          Set associated proxyConnectors configuration.
 void setRuleType(String ruleType)
          Set the type if this rule: whiteList, blackList etc..
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ruleType

private String ruleType
The type if this rule: whiteList, blackList etc..


pattern

private String pattern
The pattern for this rule: whiteList, blackList etc..


proxyConnectors

private List<ProxyConnectorConfiguration> proxyConnectors
Field proxyConnectors.

Constructor Detail

ProxyConnectorRuleConfiguration

public ProxyConnectorRuleConfiguration()
Method Detail

addProxyConnector

public void addProxyConnector(ProxyConnectorConfiguration proxyConnectorConfiguration)
Method addProxyConnector.

Parameters:
proxyConnectorConfiguration -

getPattern

public String getPattern()
Get the pattern for this rule: whiteList, blackList etc..

Returns:
String

getProxyConnectors

public List<ProxyConnectorConfiguration> getProxyConnectors()
Method getProxyConnectors.

Returns:
List

getRuleType

public String getRuleType()
Get the type if this rule: whiteList, blackList etc..

Returns:
String

removeProxyConnector

public void removeProxyConnector(ProxyConnectorConfiguration proxyConnectorConfiguration)
Method removeProxyConnector.

Parameters:
proxyConnectorConfiguration -

setPattern

public void setPattern(String pattern)
Set the pattern for this rule: whiteList, blackList etc..

Parameters:
pattern -

setProxyConnectors

public void setProxyConnectors(List<ProxyConnectorConfiguration> proxyConnectors)
Set associated proxyConnectors configuration.

Parameters:
proxyConnectors -

setRuleType

public void setRuleType(String ruleType)
Set the type if this rule: whiteList, blackList etc..

Parameters:
ruleType -


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.