|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - Type of the configuration object expected.public interface PollableConfigurationSource<T>
Can be queried for the configuration. Is plugged into the Swordfish as an osgi service with name org.eclipse.swordfish.api.configuration.PollableConfigurationSource.
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,T> |
getConfigurations()
Returns the mapping between PID(configuration ids as described in ConfigurationConsumer.getId()) and the configuration data. |
java.util.Map<java.lang.String,?> |
getProperties()
Default properties. |
| Method Detail |
|---|
java.util.Map<java.lang.String,T> getConfigurations()
ConfigurationConsumer.getId()) and the configuration data.
null
if no configuration is provided.java.util.Map<java.lang.String,?> getProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||