Method Summary |
|
public void | configure(Configuration configuration) |
public synchronized boolean | containsKey(String key) Indicates if the given key is associated to a contained object. |
public void | contextualize(Context context) |
protected AbstractFileRepository | createChildRepository() |
protected String | decode(String filename) Inverse of encode exept it do not use path. |
protected String | encode(String key) Returns a String that uniquely identifies the object.
Note: since this method uses the Object.toString()
method, it's up to the caller to make sure that this method
doesn't change between different JVM executions (like
it may normally happen). |
public Repository | getChildRepository(String childName) |
abstract protected String | getExtensionDecorator() |
protected File | getFile(String key) |
protected InputStream | getInputStream(String key) |
protected OutputStream | getOutputStream(String key) |
public void | initialize() |
public Iterator | list() Returns the list of used keys. |
public synchronized void | remove(String key) Remove the object associated to the given key. |
public void | service(ServiceManager serviceManager) |
protected void | setDestination(String destination) |