Uses of Class
org.apache.archiva.admin.model.beans.PropertyEntry

Packages that use PropertyEntry
org.apache.archiva.admin.model   
org.apache.archiva.admin.model.beans   
 

Uses of PropertyEntry in org.apache.archiva.admin.model
 

Fields in org.apache.archiva.admin.model with type parameters of type PropertyEntry
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
 

Methods in org.apache.archiva.admin.model that return types with arguments of type PropertyEntry
 List<PropertyEntry> AbstractRepositoryConnector.getPoliciesEntries()
           
 List<PropertyEntry> AbstractRepositoryConnector.getPropertiesEntries()
           
 

Method parameters in org.apache.archiva.admin.model with type arguments of type PropertyEntry
 void AbstractRepositoryConnector.setPoliciesEntries(List<PropertyEntry> policiesEntries)
           
 void AbstractRepositoryConnector.setPropertiesEntries(List<PropertyEntry> propertiesEntries)
           
 

Uses of PropertyEntry in org.apache.archiva.admin.model.beans
 

Fields in org.apache.archiva.admin.model.beans with type parameters of type PropertyEntry
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
 

Methods in org.apache.archiva.admin.model.beans that return types with arguments of type PropertyEntry
 List<PropertyEntry> RedbackRuntimeConfiguration.getConfigurationPropertiesEntries()
           
 List<PropertyEntry> RemoteRepository.getExtraHeadersEntries()
           
 List<PropertyEntry> RemoteRepository.getExtraParametersEntries()
           
 List<PropertyEntry> LdapConfiguration.getExtraPropertiesEntries()
           
 

Methods in org.apache.archiva.admin.model.beans with parameters of type PropertyEntry
 int PropertyEntry.compareTo(PropertyEntry o)
           
 

Method parameters in org.apache.archiva.admin.model.beans with type arguments of type PropertyEntry
 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-2013 The Apache Software Foundation. All Rights Reserved.