|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.common.util.property.DefaultPropertyContext
@Deprecated public class DefaultPropertyContext
Constructor Summary | |
---|---|
DefaultPropertyContext()
Deprecated. |
Method Summary | |
---|---|
protected void |
addProcessors()
Deprecated. |
Properties |
getBuildProperties()
Deprecated. |
List<String> |
getBuildPropertyExcludes()
Deprecated. |
List<String> |
getBuildPropertyIncludes()
Deprecated. |
protected List<PropertyProcessor> |
getDefaultProcessors()
Deprecated. |
protected PropertyProcessor |
getEncProcessor(EncryptionMode mode,
EncryptionStrength strength,
String password)
Deprecated. |
String |
getEncryptionMode()
Deprecated. |
String |
getEncryptionPassword()
Deprecated. |
String |
getEncryptionStrength()
Deprecated. |
String |
getGlobalPropertiesMode()
Deprecated. |
org.springframework.util.PropertyPlaceholderHelper |
getHelper()
Deprecated. |
Obscurer |
getObscurer()
Deprecated. |
protected String |
getPlaceholderKey(String string)
Deprecated. |
String |
getPrefix()
Deprecated. |
List<PropertyProcessor> |
getProcessors()
Deprecated. |
Properties |
getProperties()
Deprecated. |
String |
getResolvePlaceholders()
Deprecated. |
String |
getStyle()
Deprecated. |
protected PropertyProcessor |
getStyleProcessor(String style)
Deprecated. |
void |
initialize(Properties properties)
Deprecated. |
protected void |
log()
Deprecated. |
protected void |
remove(String string,
String resolvedString,
Properties properties)
Deprecated. |
protected String |
resolve(String string,
Properties properties)
Deprecated. |
protected String |
resolveAndRemove(String string,
Properties global,
Properties properties)
Deprecated. |
void |
setBuildProperties(Properties buildProperties)
Deprecated. |
void |
setBuildPropertyExcludes(List<String> buildPropertyExcludes)
Deprecated. |
void |
setBuildPropertyIncludes(List<String> buildPropertyIncludes)
Deprecated. |
void |
setEncryptionMode(String encryptionMode)
Deprecated. |
void |
setEncryptionPassword(String encryptionPassword)
Deprecated. |
void |
setEncryptionStrength(String encryptionStrength)
Deprecated. |
void |
setGlobalPropertiesMode(String globalPropertiesMode)
Deprecated. |
void |
setHelper(org.springframework.util.PropertyPlaceholderHelper helper)
Deprecated. |
void |
setObscurer(Obscurer obscurer)
Deprecated. |
void |
setPrefix(String prefix)
Deprecated. |
void |
setProcessors(List<PropertyProcessor> processors)
Deprecated. |
void |
setProperties(Properties properties)
Deprecated. |
void |
setResolvePlaceholders(String resolvePlaceholders)
Deprecated. |
void |
setStyle(String style)
Deprecated. |
protected void |
validate()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultPropertyContext()
Method Detail |
---|
protected List<PropertyProcessor> getDefaultProcessors()
protected PropertyProcessor getStyleProcessor(String style)
protected PropertyProcessor getEncProcessor(EncryptionMode mode, EncryptionStrength strength, String password)
protected void log()
public void initialize(Properties properties)
initialize
in interface PropertyContext
protected void addProcessors()
protected void validate()
protected String getPlaceholderKey(String string)
protected void remove(String string, String resolvedString, Properties properties)
protected String resolveAndRemove(String string, Properties global, Properties properties)
protected String resolve(String string, Properties properties)
public String getPrefix()
public void setPrefix(String prefix)
public String getStyle()
public void setStyle(String style)
public org.springframework.util.PropertyPlaceholderHelper getHelper()
public void setHelper(org.springframework.util.PropertyPlaceholderHelper helper)
public String getEncryptionMode()
public void setEncryptionMode(String encryptionMode)
public String getEncryptionStrength()
public void setEncryptionStrength(String encryptionStrength)
public String getEncryptionPassword()
public void setEncryptionPassword(String encryptionPassword)
public List<PropertyProcessor> getProcessors()
getProcessors
in interface PropertyContext
public void setProcessors(List<PropertyProcessor> processors)
public Properties getProperties()
public void setProperties(Properties properties)
public String getGlobalPropertiesMode()
public void setGlobalPropertiesMode(String globalPropertiesMode)
public String getResolvePlaceholders()
public void setResolvePlaceholders(String resolvePlaceholders)
public Obscurer getObscurer()
public void setObscurer(Obscurer obscurer)
public Properties getBuildProperties()
public void setBuildProperties(Properties buildProperties)
public List<String> getBuildPropertyIncludes()
public void setBuildPropertyIncludes(List<String> buildPropertyIncludes)
public List<String> getBuildPropertyExcludes()
public void setBuildPropertyExcludes(List<String> buildPropertyExcludes)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |