com.tonbeller.tbutils.res
Interface PersistentResourceProvider

All Superinterfaces:
ResourceProvider

public interface PersistentResourceProvider
extends ResourceProvider

Since:
18.01.2005
Author:
av

Method Summary
 void flush()
          commits changes into the storage.
 void remove(java.lang.String key)
          removes a key
 void store(java.lang.String key, java.lang.String value)
          sets a key/value pair to the storage
 
Methods inherited from interface com.tonbeller.tbutils.res.ResourceProvider
close, dump, getName, getString, keySet
 

Method Detail

store

public void store(java.lang.String key,
                  java.lang.String value)
sets a key/value pair to the storage


remove

public void remove(java.lang.String key)
removes a key


flush

public void flush()
commits changes into the storage.