|
||||||||||
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.PropertyDescriptors
public class PropertyDescriptors
A set of properties descriptors.
Constructor Summary | |
---|---|
PropertyDescriptors(de.smartics.properties.api.core.domain.PropertyDescriptorRegistry registry) Default constructor. |
Method Summary | |
---|---|
List<de.smartics.properties.api.core.domain.PropertyDescriptor> |
get(String propertySet) Returns the sorted list of property descriptors. |
Collection<String> |
getPropertyKeys() Returns the sorted collection of property keys. |
de.smartics.properties.api.core.domain.PropertyDescriptorRegistry |
getRegistry() Returns the registry of known descriptors. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyDescriptors(de.smartics.properties.api.core.domain.PropertyDescriptorRegistry registry)
registry
- the registry of known descriptors.
Method Detail |
---|
public de.smartics.properties.api.core.domain.PropertyDescriptorRegistry getRegistry()
public Collection<String> getPropertyKeys()
public List<de.smartics.properties.api.core.domain.PropertyDescriptor> get(String propertySet)
propertySet
- the set whose descritors are requested.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |