public class RegexExpressionsPropertySetter extends PropertySetter<String[]>
 Setter for the ApplicationConfig.REGEX_EXPRESSIONS property.
 
 Uris array is specified as a String containing each value separated by a '\n' character.
 
PropertySetter.PropertySetterOfBoolean, PropertySetter.PropertySetterOfInteger, PropertySetter.PropertySetterOfObject, PropertySetter.PropertySetterOfString| Constructor and Description | 
|---|
RegexExpressionsPropertySetter()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getPropertyKey()
 Gets the property key supported by this setter. 
 | 
protected void | 
set(Object value)
 Sets the given value by associating it to the supported key and by trying to convert it into the 'T' type. 
 | 
get, init, put, setPropertyprotected void set(Object value)
Sets the given value by associating it to the supported key and by trying to convert it into the 'T' type.
set in class PropertySetter<String[]>value - the valuepublic String getPropertyKey()
Gets the property key supported by this setter.
getPropertyKey in class PropertySetter<String[]>Copyright © 2012-2015. All Rights Reserved.