org.constretto.internal.store
Class JsonStore

java.lang.Object
  extended by org.constretto.internal.store.JsonStore
All Implemented Interfaces:
ConfigurationStore

public class JsonStore
extends Object
implements ConfigurationStore


Constructor Summary
JsonStore()
           
 
Method Summary
 JsonStore addResource(Resource resource, String key, String... tags)
           
 Collection<TaggedPropertySet> parseConfiguration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonStore

public JsonStore()
Method Detail

addResource

public JsonStore addResource(Resource resource,
                             String key,
                             String... tags)

parseConfiguration

public Collection<TaggedPropertySet> parseConfiguration()
Specified by:
parseConfiguration in interface ConfigurationStore


Copyright © 2008-2013. All Rights Reserved.