public class ProxyUrisPropertySetter extends PropertySetter<String[]>
Setter for the ApplicationConfig.PROXY_URIS
property.
Uris array is specified as a String
containing each value separated by a '|' character.
PropertySetter.PropertySetterOfBoolean, PropertySetter.PropertySetterOfInteger, PropertySetter.PropertySetterOfObject, PropertySetter.PropertySetterOfString
Constructor and Description |
---|
ProxyUrisPropertySetter() |
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, setProperty
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.
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.