Uses of Interface
org.kuali.common.util.property.processor.PropertyProcessor

Packages that use PropertyProcessor
org.kuali.common.util   
org.kuali.common.util.property   
org.kuali.common.util.property.processor   
org.kuali.common.util.spring   
 

Uses of PropertyProcessor in org.kuali.common.util
 

Methods in org.kuali.common.util that return types with arguments of type PropertyProcessor
static List<PropertyProcessor> PropertyUtils.getPropertyProcessors(GlobalPropertiesMode mode)
          Return modifiers that add environment variables, system properties, or both, according to the mode passed in.
 

Methods in org.kuali.common.util with parameters of type PropertyProcessor
static void PropertyUtils.process(Properties properties, PropertyProcessor processor)
           
 

Method parameters in org.kuali.common.util with type arguments of type PropertyProcessor
static void PropertyUtils.process(Properties properties, List<PropertyProcessor> processors)
           
 

Uses of PropertyProcessor in org.kuali.common.util.property
 

Fields in org.kuali.common.util.property declared as PropertyProcessor
static PropertyProcessor Constants.NO_OP_PROCESSOR
           
 

Methods in org.kuali.common.util.property that return PropertyProcessor
protected  PropertyProcessor DefaultPropertyContext.getEncProcessor(EncryptionMode mode, EncryptionStrength strength, String password)
           
protected  PropertyProcessor DefaultPropertyContext.getStyleProcessor(String style)
           
 

Methods in org.kuali.common.util.property that return types with arguments of type PropertyProcessor
protected  List<PropertyProcessor> DefaultPropertyContext.getDefaultProcessors()
           
protected  List<PropertyProcessor> DefaultPropertyLoadContext.getLocationHelperProcessors()
           
protected  List<PropertyProcessor> DefaultPropertyLoadContext.getLocationProcessors()
           
 List<PropertyProcessor> PropertyContext.getProcessors()
           
 List<PropertyProcessor> DefaultPropertyContext.getProcessors()
           
 

Method parameters in org.kuali.common.util.property with type arguments of type PropertyProcessor
 void DefaultPropertyContext.setProcessors(List<PropertyProcessor> processors)
           
 

Uses of PropertyProcessor in org.kuali.common.util.property.processor
 

Classes in org.kuali.common.util.property.processor that implement PropertyProcessor
 class AddPrefixProcessor
           
 class AddPropertiesProcessor
           
 class CopyStringProcessor
          Copy a String property value into a bean
 class DecryptProcessor
           
 class EncryptProcessor
           
 class EndsWithDecryptProcessor
           
 class EndsWithEncryptProcessor
           
 class GlobalOverrideProcessor
           
 class HomeProcessor
           
 class JdbcUrlProcessor
           
 class NoOpProcessor
           
 class OrgProcessor
           
 class OverrideProcessor
           
 class PathProcessor
           
 class ProjectProcessor
           
 class ReformatKeysAsEnvVarsProcessor
           
 class RequiredProcessor
           
 class ResolvePlaceholdersProcessor
           
 class TrimProcessor
           
 class VersionProcessor
           
 

Uses of PropertyProcessor in org.kuali.common.util.spring
 

Classes in org.kuali.common.util.spring that implement PropertyProcessor
 class GetVersionPropertiesFactoryBean
           
 

Methods in org.kuali.common.util.spring that return types with arguments of type PropertyProcessor
 List<PropertyProcessor> PropertyProcessorFactoryBean.getProcessors()
           
 

Method parameters in org.kuali.common.util.spring with type arguments of type PropertyProcessor
 void PropertyProcessorFactoryBean.setProcessors(List<PropertyProcessor> processors)
           
 



Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.