| Package | Description |
|---|---|
| org.kuali.common.util | |
| org.kuali.common.util.properties | |
| org.kuali.common.util.property | |
| org.kuali.common.util.property.processor | |
| org.kuali.common.util.spring |
| Modifier and Type | Method and Description |
|---|---|
static List<PropertyProcessor> |
PropertyUtils.getPropertyProcessors(GlobalPropertiesMode mode)
Return modifiers that add environment variables, system properties, or both, according to the mode passed in.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PropertyUtils.process(Properties properties,
PropertyProcessor processor) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PropertyUtils.executeProcessors(Properties properties,
List<PropertyProcessor> processors) |
static void |
PropertyUtils.process(Properties properties,
List<PropertyProcessor> processors) |
| Modifier and Type | Method and Description |
|---|---|
PropertyProcessor |
DefaultPropertiesService.getPostProcessor() |
| Constructor and Description |
|---|
DefaultPropertiesService(Properties overrides,
PropertyProcessor postProcessor) |
| Modifier and Type | Field and Description |
|---|---|
static PropertyProcessor |
Constants.NO_OP_PROCESSOR |
| Modifier and Type | Method and Description |
|---|---|
protected PropertyProcessor |
DefaultPropertyContext.getEncProcessor(EncryptionMode mode,
EncryptionStrength strength,
String password)
Deprecated.
|
protected PropertyProcessor |
DefaultPropertyContext.getStyleProcessor(String style)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<PropertyProcessor> |
DefaultPropertyContext.getDefaultProcessors()
Deprecated.
|
protected List<PropertyProcessor> |
DefaultPropertyLoadContext.getLocationHelperProcessors()
Deprecated.
|
protected List<PropertyProcessor> |
DefaultPropertyLoadContext.getLocationProcessors()
Deprecated.
|
List<PropertyProcessor> |
PropertyContext.getProcessors() |
List<PropertyProcessor> |
DefaultPropertyContext.getProcessors()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPropertyContext.setProcessors(List<PropertyProcessor> processors)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddPrefixProcessor |
class |
AddPropertiesProcessor |
class |
ContextDecryptingProcessor
Deprecated.
|
class |
CopyStringProcessor
Copy a String property value into a bean
|
class |
DecryptingProcessor
Deprecated.
Use ContextDecryptingProcessor instead
|
class |
DecryptProcessor
Deprecated.
Use ContextDecryptingProcessor instead
|
class |
EncryptProcessor |
class |
EndsWithDecryptProcessor
Deprecated.
|
class |
EndsWithEncryptProcessor
Deprecated.
|
class |
GlobalOverrideProcessor |
class |
HomeProcessor |
class |
JasyptDecryptingProcessor |
class |
JdbcUrlProcessor |
class |
NoOpProcessor |
class |
OrgProcessor |
class |
OverrideProcessor |
class |
OverridingProcessor |
class |
PathProcessor |
class |
ProcessorsProcessor |
class |
ProjectProcessor
This processor is called *very* early in the Maven build lifecyle in order to augment the default set of Maven properties.
|
class |
ReformatKeysAsEnvVarsProcessor |
class |
RequiredProcessor |
class |
ResolvePlaceholdersProcessor
Deprecated.
|
class |
ResolvingProcessor |
class |
RevealProcessor |
class |
TrimmingProcessor |
class |
TrimProcessor
Deprecated.
|
class |
VersionProcessor |
| Modifier and Type | Field and Description |
|---|---|
static PropertyProcessor |
NoOpProcessor.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyProcessor> |
ProcessorsProcessor.getProcessors() |
| Constructor and Description |
|---|
ProcessorsProcessor(PropertyProcessor... processors) |
| Constructor and Description |
|---|
ProcessorsProcessor(List<PropertyProcessor> processors) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyProcessor> |
PropertyProcessorFactoryBean.getProcessors() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyProcessorFactoryBean.setProcessors(List<PropertyProcessor> processors) |
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.