Package gw.internal.gosu.properties
Interface PropertySet
-
- All Known Implementing Classes:
EmptyPropertySet,PropertiesPropertySet,SystemPropertiesPropertySet
public interface PropertySetBasic interface that describes a set of properties - could be a Properties object or a resource bundle or any other set of key/value string pairs. The PropertiesTypeLoader builds types on this basic interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>getKeys()The set of keys which can be used to look up values in this property setStringgetName()The name of the property set, which will be used as the name of the typeStringgetValue(String key)Get the value corresponding to the given key
-