public class SystemPropertySource<T> extends PropertySource<T>
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_NAME |
DEFAULT_NULL_VALID, DEFAULT_PRIORITY, HIGHEST_PRIORITY, LOWEST_PRIORITY, NULL_INVALID, NULL_VALID, PRIORITY_1, PRIORITY_2, PRIORITY_3, PRIORITY_4, PRIORITY_5, PRIORITY_6, PRIORITY_7| Constructor and Description |
|---|
SystemPropertySource(String propertyName) |
SystemPropertySource(String propertyName,
int priority) |
SystemPropertySource(String propertyName,
int priority,
boolean nullValid) |
SystemPropertySource(String propertyName,
int priority,
boolean nullValid,
PropertyConverter converter) |
SystemPropertySource(String name,
String propertyName,
int priority,
boolean nullValid) |
SystemPropertySource(String name,
String propertyName,
int priority,
boolean nullValid,
PropertyConverter converter) |
SystemPropertySource(SystemPropertySource<T> source) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
void |
initialize()
Used for initializing the value of sources.
|
addListener, addVetoableListener, getConverter, getName, getPrintable, getPriority, getTrimStrings, getUserDataMap, getValue, isNullValid, isSet, removeListener, removeVetoableListener, setObjectValue, setPrintable, setPriority, setTrimStrings, setUserDataMap, setValue, toStringpublic static final String PROPERTY_NAME
public SystemPropertySource(SystemPropertySource<T> source)
public SystemPropertySource(String propertyName)
public SystemPropertySource(String propertyName, int priority)
public SystemPropertySource(String propertyName, int priority, boolean nullValid)
public SystemPropertySource(String propertyName, int priority, boolean nullValid, PropertyConverter converter)
public SystemPropertySource(String name, String propertyName, int priority, boolean nullValid)
public SystemPropertySource(String name, String propertyName, int priority, boolean nullValid, PropertyConverter converter)
public void initialize()
throws PropertyVetoException,
PropertyConversionException
PropertySourceinitialize in class PropertySource<T>PropertyVetoException - on errorPropertyConversionException - on errorpublic Object clone() throws CloneNotSupportedException
clone in class PropertySource<T>CloneNotSupportedExceptionCopyright 2004-2021 Solace Corporation. All rights reserved.