org.stringtree.fetcher
Class BytesDirectoryRepository
java.lang.Object
org.stringtree.fetcher.DirectoryRepository
org.stringtree.fetcher.BytesDirectoryRepository
- All Implemented Interfaces:
- Container, Fetcher, Listable, Repository, Storer
public class BytesDirectoryRepository
- extends DirectoryRepository
Fields inherited from interface org.stringtree.Storer |
STORE |
Fields inherited from interface org.stringtree.Listable |
LIST |
Method Summary |
java.lang.Object |
getObject(java.lang.String name)
|
void |
put(java.lang.String key,
java.lang.Object value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BytesDirectoryRepository
public BytesDirectoryRepository(java.io.File dir,
boolean writable)
BytesDirectoryRepository
public BytesDirectoryRepository(java.io.File dir,
RepositoryFilenameFilter filter,
boolean writable)
BytesDirectoryRepository
public BytesDirectoryRepository(java.lang.String dir,
boolean writable)
BytesDirectoryRepository
public BytesDirectoryRepository(java.io.File dir,
RepositoryFilenameFilter filter)
BytesDirectoryRepository
public BytesDirectoryRepository(java.lang.String dir)
getObject
public java.lang.Object getObject(java.lang.String name)
- Specified by:
getObject
in interface Fetcher
- Specified by:
getObject
in class DirectoryRepository
put
public void put(java.lang.String key,
java.lang.Object value)
- Specified by:
put
in interface Storer
- Specified by:
put
in class DirectoryRepository