|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.admin.domain.model.ConfigurationKeys
public final class ConfigurationKeys
The aggregate of configuration keys.
Constructor Summary | |
---|---|
ConfigurationKeys(ManagedApplication application, Collection<de.smartics.properties.api.config.domain.key.ConfigurationKey<?>> keys) Default constructor. |
Method Summary | |
---|---|
ManagedApplication |
getApplication() Returns the application the keys are part of. |
Collection<de.smartics.properties.api.config.domain.key.ConfigurationKey<?>> |
getKeys() Returns the keys to configurations of the application. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationKeys(ManagedApplication application, Collection<de.smartics.properties.api.config.domain.key.ConfigurationKey<?>> keys) throws NullPointerException
application
- the application the keys are part of.
keys
- the keys to configurations of the application.
NullPointerException
- if
application
or
keys
is
null
.
Method Detail |
---|
public ManagedApplication getApplication()
public Collection<de.smartics.properties.api.config.domain.key.ConfigurationKey<?>> getKeys()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |