Package | Description |
---|---|
org.apache.archiva.admin.model | |
org.apache.archiva.admin.model.beans |
Modifier and Type | Field and Description |
---|---|
private List<PropertyEntry> |
AbstractRepositoryConnector.policiesEntries
field to ease json mapping wrapper on
policies field |
private List<PropertyEntry> |
AbstractRepositoryConnector.propertiesEntries
field to ease json mapping wrapper on
properties field |
Modifier and Type | Method and Description |
---|---|
List<PropertyEntry> |
AbstractRepositoryConnector.getPoliciesEntries() |
List<PropertyEntry> |
AbstractRepositoryConnector.getPropertiesEntries() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRepositoryConnector.setPoliciesEntries(List<PropertyEntry> policiesEntries) |
void |
AbstractRepositoryConnector.setPropertiesEntries(List<PropertyEntry> propertiesEntries) |
Modifier and Type | Field and Description |
---|---|
private List<PropertyEntry> |
RedbackRuntimeConfiguration.configurationPropertiesEntries
field to ease json mapping wrapper on
configurationProperties field |
private List<PropertyEntry> |
RemoteRepository.extraHeadersEntries
field to ease json mapping wrapper on
extraHeaders field |
private List<PropertyEntry> |
RemoteRepository.extraParametersEntries
field to ease json mapping wrapper on
extraParameters field |
private List<PropertyEntry> |
LdapConfiguration.extraPropertiesEntries
field to ease json mapping wrapper on
extraProperties field |
Modifier and Type | Method and Description |
---|---|
List<PropertyEntry> |
RedbackRuntimeConfiguration.getConfigurationPropertiesEntries() |
List<PropertyEntry> |
RemoteRepository.getExtraHeadersEntries() |
List<PropertyEntry> |
RemoteRepository.getExtraParametersEntries() |
List<PropertyEntry> |
LdapConfiguration.getExtraPropertiesEntries() |
Modifier and Type | Method and Description |
---|---|
int |
PropertyEntry.compareTo(PropertyEntry o) |
Modifier and Type | Method and Description |
---|---|
void |
RedbackRuntimeConfiguration.setConfigurationPropertiesEntries(List<PropertyEntry> configurationPropertiesEntries) |
void |
RemoteRepository.setExtraHeadersEntries(List<PropertyEntry> extraHeadersEntries) |
void |
RemoteRepository.setExtraParametersEntries(List<PropertyEntry> extraParametersEntries) |
void |
LdapConfiguration.setExtraPropertiesEntries(List<PropertyEntry> extraPropertiesEntries) |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.