|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectorg.apache.maven.archiva.configuration.AbstractRepositoryConnectorConfiguration
public class AbstractRepositoryConnectorConfiguration
Class AbstractRepositoryConnectorConfiguration.
| Constructor Summary | |
|---|---|
AbstractRepositoryConnectorConfiguration()
|
|
| Method Summary | |
|---|---|
void |
addBlackListPattern(java.lang.String string)
Method addBlackListPattern. |
void |
addPolicy(java.lang.Object key,
java.lang.String value)
Method addPolicy. |
void |
addProperty(java.lang.Object key,
java.lang.String value)
Method addProperty. |
void |
addWhiteListPattern(java.lang.String string)
Method addWhiteListPattern. |
java.util.List<java.lang.String> |
getBlackListPatterns()
Method getBlackListPatterns. |
java.util.Map |
getPolicies()
Method getPolicies. |
java.lang.String |
getPolicy(java.lang.String policyId,
java.lang.String defaultValue)
Obtain a specific policy from the underlying connector. |
java.util.Map |
getProperties()
Method getProperties. |
java.lang.String |
getProxyId()
Get The network proxy ID to use for this connector. |
java.lang.String |
getSourceRepoId()
Get The Repository Source for this connector. |
java.lang.String |
getTargetRepoId()
Get The Repository Target for this connector. |
java.util.List<java.lang.String> |
getWhiteListPatterns()
Method getWhiteListPatterns. |
boolean |
isDisabled()
Get If the the repository proxy connector is disabled or not . |
void |
removeBlackListPattern(java.lang.String string)
Method removeBlackListPattern. |
void |
removeWhiteListPattern(java.lang.String string)
Method removeWhiteListPattern. |
void |
setBlackListPatterns(java.util.List<java.lang.String> blackListPatterns)
Set The list of blacklisted patterns for this connector. |
void |
setDisabled(boolean disabled)
Set If the the repository proxy connector is disabled or not . |
void |
setPolicies(java.util.Map policies)
Set policy configuration for the connector. |
void |
setProperties(java.util.Map properties)
Set configuration for the connector. |
void |
setProxyId(java.lang.String proxyId)
Set The network proxy ID to use for this connector. |
void |
setSourceRepoId(java.lang.String sourceRepoId)
Set The Repository Source for this connector. |
void |
setTargetRepoId(java.lang.String targetRepoId)
Set The Repository Target for this connector. |
void |
setWhiteListPatterns(java.util.List<java.lang.String> whiteListPatterns)
Set The list of whitelisted patterns for this connector. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractRepositoryConnectorConfiguration()
| Method Detail |
|---|
public void addBlackListPattern(java.lang.String string)
string -
public void addPolicy(java.lang.Object key,
java.lang.String value)
key - value -
public void addProperty(java.lang.Object key,
java.lang.String value)
key - value - public void addWhiteListPattern(java.lang.String string)
string - public java.util.List<java.lang.String> getBlackListPatterns()
public java.util.Map getPolicies()
public java.util.Map getProperties()
public java.lang.String getProxyId()
public java.lang.String getSourceRepoId()
public java.lang.String getTargetRepoId()
public java.util.List<java.lang.String> getWhiteListPatterns()
public boolean isDisabled()
public void removeBlackListPattern(java.lang.String string)
string - public void removeWhiteListPattern(java.lang.String string)
string - public void setBlackListPatterns(java.util.List<java.lang.String> blackListPatterns)
blackListPatterns - public void setDisabled(boolean disabled)
disabled - public void setPolicies(java.util.Map policies)
policies - public void setProperties(java.util.Map properties)
properties - public void setProxyId(java.lang.String proxyId)
proxyId - public void setSourceRepoId(java.lang.String sourceRepoId)
sourceRepoId - public void setTargetRepoId(java.lang.String targetRepoId)
targetRepoId - public void setWhiteListPatterns(java.util.List<java.lang.String> whiteListPatterns)
whiteListPatterns -
public java.lang.String getPolicy(java.lang.String policyId,
java.lang.String defaultValue)
policyId - the policy id to fetch.defaultValue - the default value for the policy id.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||