org.apache.archiva.admin.model.beans
Class ProxyConnector

java.lang.Object
  extended by org.apache.archiva.admin.model.AbstractRepositoryConnector
      extended by org.apache.archiva.admin.model.beans.ProxyConnector
All Implemented Interfaces:
Serializable

public class ProxyConnector
extends AbstractRepositoryConnector
implements Serializable

Since:
1.4-M1
Author:
Olivier Lamy
See Also:
Serialized Form

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

Field Detail

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 AbstractRepositoryConnector.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 AbstractRepositoryConnector.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 AbstractRepositoryConnector.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 AbstractRepositoryConnector.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 AbstractRepositoryConnector.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 AbstractRepositoryConnector.getPolicies() for cache-failures handling. See CachedFailuresPolicy for details on potential values to this policy key.

See Also:
Constant Field Values

order

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

Constructor Detail

ProxyConnector

public ProxyConnector()
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 -

toString

public String toString()
Overrides:
toString in class AbstractRepositoryConnector


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