public class ResolvingProcessor extends Object implements PropertyProcessor
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_IGNORE_UNRESOLVABLE |
static String |
DEFAULT_RESOLVE_KEY |
| Constructor and Description |
|---|
ResolvingProcessor() |
ResolvingProcessor(boolean ignoreUnresolvable,
String resolveKey) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.util.PropertyPlaceholderHelper |
getHelper() |
String |
getResolveKey() |
boolean |
isIgnoreUnresolvable() |
void |
process(Properties properties) |
public static final boolean DEFAULT_IGNORE_UNRESOLVABLE
public static final String DEFAULT_RESOLVE_KEY
public ResolvingProcessor()
public ResolvingProcessor(boolean ignoreUnresolvable, String resolveKey)
public void process(Properties properties)
process in interface PropertyProcessorpublic boolean isIgnoreUnresolvable()
public String getResolveKey()
public org.springframework.util.PropertyPlaceholderHelper getHelper()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.