| Package | Description |
|---|---|
| org.apache.archiva.admin.model.beans | |
| org.apache.archiva.proxy.model |
| Modifier and Type | Method and Description |
|---|---|
ProxyConnectorRuleType |
ProxyConnectorRule.getProxyConnectorRuleType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyConnectorRule.setProxyConnectorRuleType(ProxyConnectorRuleType proxyConnectorRuleType) |
| Constructor and Description |
|---|
ProxyConnectorRule(String pattern,
ProxyConnectorRuleType proxyConnectorRuleType,
List<ProxyConnector> proxyConnectors) |
| Modifier and Type | Method and Description |
|---|---|
static ProxyConnectorRuleType |
ProxyConnectorRuleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxyConnectorRuleType[] |
ProxyConnectorRuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.