org.apache.archiva.configuration
Class ProxyConnectorConfiguration

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

public class ProxyConnectorConfiguration
extends AbstractRepositoryConnectorConfiguration
implements Serializable

Class ProxyConnectorConfiguration.

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

Field Summary
private  int order
          The order of the proxy connectors.
static String POLICY_CACHE_FAILURES
          The policy key AbstractRepositoryConnectorConfiguration.getPolicies() for cache-failures handling.
static String POLICY_CHECKSUM
          The policy key AbstractRepositoryConnectorConfiguration.getPolicies() for checksum handling.
static String POLICY_PROPAGATE_ERRORS
          The policy key AbstractRepositoryConnectorConfiguration.getPolicies() for error handling.
static String POLICY_PROPAGATE_ERRORS_ON_UPDATE
          The policy key AbstractRepositoryConnectorConfiguration.getPolicies() for error handling when an artifact is present.
static String POLICY_RELEASES
          The policy key AbstractRepositoryConnectorConfiguration.getPolicies() for releases handling.
static String POLICY_SNAPSHOTS
          The policy key AbstractRepositoryConnectorConfiguration.getPolicies() for snapshot handling.
static int UNORDERED
          The order id for UNORDERED
 
Constructor Summary
ProxyConnectorConfiguration()
           
 
Method Summary
 int getOrder()
          Get the order of the proxy connectors.
 void setOrder(int order)
          Set the order of the proxy connectors.
 
Methods inherited from class org.apache.archiva.configuration.AbstractRepositoryConnectorConfiguration
addBlackListPattern, addPolicy, addProperty, addWhiteListPattern, getBlackListPatterns, getPolicies, getPolicy, getProperties, getProxyId, getSourceRepoId, getTargetRepoId, getWhiteListPatterns, isDisabled, removeBlackListPattern, removeWhiteListPattern, setBlackListPatterns, setDisabled, setPolicies, setProperties, setProxyId, setSourceRepoId, setTargetRepoId, setWhiteListPatterns
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

order

private int order
The order of the proxy connectors. (0 means no order specified) .


UNORDERED

public static final int UNORDERED
The order id for UNORDERED

See Also:
Constant Field Values

POLICY_PROPAGATE_ERRORS

public static final String POLICY_PROPAGATE_ERRORS
The policy key AbstractRepositoryConnectorConfiguration.getPolicies() for error handling. See DownloadErrorPolicy for details on potential values to this policy key.

See Also:
Constant Field Values

POLICY_PROPAGATE_ERRORS_ON_UPDATE

public static final String POLICY_PROPAGATE_ERRORS_ON_UPDATE
The policy key AbstractRepositoryConnectorConfiguration.getPolicies() for error handling when an artifact is present. See DownloadErrorPolicy for details on potential values to this policy key.

See Also:
Constant Field Values

POLICY_SNAPSHOTS

public static final String POLICY_SNAPSHOTS
The policy key AbstractRepositoryConnectorConfiguration.getPolicies() for snapshot handling. See SnapshotsPolicy for details on potential values to this policy key.

See Also:
Constant Field Values

POLICY_RELEASES

public static final String POLICY_RELEASES
The policy key AbstractRepositoryConnectorConfiguration.getPolicies() for releases handling. See ReleasesPolicy for details on potential values to this policy key.

See Also:
Constant Field Values

POLICY_CHECKSUM

public static final String POLICY_CHECKSUM
The policy key AbstractRepositoryConnectorConfiguration.getPolicies() for checksum handling. See ChecksumPolicy for details on potential values to this policy key.

See Also:
Constant Field Values

POLICY_CACHE_FAILURES

public static final String POLICY_CACHE_FAILURES
The policy key AbstractRepositoryConnectorConfiguration.getPolicies() for cache-failures handling. See CachedFailuresPolicy for details on potential values to this policy key.

See Also:
Constant Field Values
Constructor Detail

ProxyConnectorConfiguration

public ProxyConnectorConfiguration()
Method Detail

getOrder

public int getOrder()
Get the order of the proxy connectors. (0 means no order specified).

Returns:
int

setOrder

public void setOrder(int order)
Set the order of the proxy connectors. (0 means no order specified).

Parameters:
order -


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