| Package | Description |
|---|---|
| com.solacesystems.common.property | |
| com.solacesystems.common.property.impl |
| Modifier and Type | Method and Description |
|---|---|
PropertySource<T> |
Property.getMaster()
Returns the highest priority property source that has been set,
or null if none of the sources are set.
|
PropertySource<T> |
PropertyChangeEvent.getNewMaster() |
PropertySource<T> |
PropertyChangeEvent.getOldMaster() |
PropertySource<T> |
PropertySourceChangeEvent.getSource() |
PropertySource<T> |
Property.getSource(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PropertySource<T>> |
Property.getSources() |
| Modifier and Type | Method and Description |
|---|---|
void |
Property.addSource(PropertySource<T> source) |
void |
Property.addSources(PropertySource<T>... sources) |
| Modifier and Type | Method and Description |
|---|---|
void |
Property.addAllSources(Collection<PropertySource<T>> sources) |
| Constructor and Description |
|---|
Property(Object id,
PropertySource<T>... sources) |
Property(Object id,
T defaultValue,
boolean trimStrings,
PropertySource<T>... sources) |
Property(Object id,
T defaultValue,
PropertySource<T>... sources) |
PropertyChangeEvent(Property<T> property,
boolean wasSet,
boolean isSet,
T oldValue,
T newValue,
PropertySource<T> oldMaster,
PropertySource<T> newMaster) |
PropertyChangeEvent(Property<T> property,
boolean wasSet,
boolean isSet,
T oldValue,
T newValue,
PropertySource<T> oldMaster,
PropertySource<T> newMaster) |
PropertySource(PropertySource<T> source)
Deep Copy Constructor
|
PropertySourceChangeEvent(PropertySource<T> source,
boolean wasSet,
boolean isSet,
T oldValue,
T newValue,
int oldPriority,
int newPriority) |
| Modifier and Type | Class and Description |
|---|---|
class |
MapPropertySource<T> |
class |
SystemPropertySource<T> |
Copyright 2004-2020 Solace Corporation. All rights reserved.