public static class RicePropertyPlaceholderHelper.Builder extends Object
Constructor and Description |
---|
RicePropertyPlaceholderHelper.Builder() |
public RicePropertyPlaceholderHelper.Builder()
public RicePropertyPlaceholderHelper.Builder placeholderRegex(String placeholderRegex)
public RicePropertyPlaceholderHelper.Builder convertUnresolvablePlaceholdersToEmpty(boolean convertUnresolvablePlaceholdersToEmpty)
public RicePropertyPlaceholderHelper.Builder placeholderPrefix(String placeholderPrefix)
public RicePropertyPlaceholderHelper.Builder placeholderSuffix(String placeholderSuffix)
public RicePropertyPlaceholderHelper.Builder valueSeparator(String valueSeparator)
public RicePropertyPlaceholderHelper.Builder allowUnresolvablePlaceholders(boolean allowUnresolvablePlaceholders)
public RicePropertyPlaceholderHelper build()
public boolean isAllowUnresolvablePlaceholders()
public void setAllowUnresolvablePlaceholders(boolean allowUnresolvablePlaceholders)
public boolean isConvertUnresolvablePlaceholdersToEmpty()
public void setConvertUnresolvablePlaceholdersToEmpty(boolean convertUnresolvablePlaceholdersToEmpty)
public String getPlaceholderPrefix()
public void setPlaceholderPrefix(String placeholderPrefix)
public String getPlaceholderSuffix()
public void setPlaceholderSuffix(String placeholderSuffix)
public String getValueSeparator()
public void setValueSeparator(String valueSeparator)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.