|
Class Summary |
| AbstractFileRepository |
This an abstract class implementing functionality for creating a file-store. |
| ClassLoaderObjectInputStream |
A special ObjectInputStream to handle highly transient classes hosted by
Avalon components that are juggling many classloaders. |
| ExtensionFileFilter |
This filters files based on the extension (what the filename ends with). |
| FilePersistentObjectRepository |
This is a simple implementation of persistent object store using object
serialization on the file system. |
| FilePersistentStreamRepository |
Implementation of a StreamRepository to a File.
TODO: -retieve(String key) should return a FilterInputStream to allow
mark and reset methods. |
| NumberedRepositoryFileFilter |
This filters files based on the extension and is tailored to provide
backwards compatibility of the numbered repositories that Avalon does. |