org.constretto.model
Class TaggedPropertySet

java.lang.Object
  extended by org.constretto.model.TaggedPropertySet

public class TaggedPropertySet
extends Object

Author:
Kaare Nilsen

Constructor Summary
TaggedPropertySet(Map<String,String> properties, Class<? extends ConfigurationStore> storeClass)
           
TaggedPropertySet(String tag, Map<String,String> properties, Class<? extends ConfigurationStore> storeClass)
           
 
Method Summary
 Map<String,String> getProperties()
           
 Class<? extends ConfigurationStore> getStoreClass()
           
 String getTag()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaggedPropertySet

public TaggedPropertySet(Map<String,String> properties,
                         Class<? extends ConfigurationStore> storeClass)

TaggedPropertySet

public TaggedPropertySet(String tag,
                         Map<String,String> properties,
                         Class<? extends ConfigurationStore> storeClass)
Method Detail

getProperties

public Map<String,String> getProperties()

getTag

public String getTag()

getStoreClass

public Class<? extends ConfigurationStore> getStoreClass()


Copyright © 2008-2011. All Rights Reserved.