org.constretto.model
Class TaggedPropertySet
java.lang.Object
org.constretto.model.TaggedPropertySet
public class TaggedPropertySet
- extends Object
- Author:
- Kaare Nilsen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaggedPropertySet
public TaggedPropertySet(Map<String,String> properties,
Class<? extends ConfigurationStore> storeClass)
TaggedPropertySet
public TaggedPropertySet(String tag,
Map<String,String> properties,
Class<? extends ConfigurationStore> storeClass)
getProperties
public Map<String,String> getProperties()
getTag
public String getTag()
getStoreClass
public Class<? extends ConfigurationStore> getStoreClass()
Copyright © 2008-2011. All Rights Reserved.