Class | Description |
---|---|
KernelSourceFactory |
SourceFactory looking for the kernel in the classpath first and then in the external kernel, if any. |
ProxySourceFactory |
Factory for reading files in one protocol and switch to others if not found.
|
ResourceSource |
Description of a source which is described by the resource protocol which
gets a resource from the classloader.
|
ResourceSourceFactory |
Extension of Excalibur ResourceSourceFactory to use own ResourceSource
|
ZipSource |
Implementation of a Source giving access to a zip entry
|
ZipSourceFactory |
Implementation SourceFactory giving access to ZipSource, implementation of Source related to a ZipEntry
|