| Package | Description |
|---|---|
| org.apache.archiva.admin.model.beans | |
| org.apache.archiva.admin.repository.proxyconnectorrule |
| Modifier and Type | Field and Description |
|---|---|
private ProxyConnectorRuleType |
ProxyConnectorRule.proxyConnectorRuleType |
| Modifier and Type | Method and Description |
|---|---|
ProxyConnectorRuleType |
ProxyConnectorRule.getProxyConnectorRuleType() |
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.
|
| 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 |
|---|---|
private ProxyConnectorRuleType |
DefaultProxyConnectorRuleAdmin.getProxyConnectorRuleType(String type) |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.