Interface IScannableCodeBase

All Superinterfaces:
AutoCloseable, ICodeBase
All Known Implementing Classes:
AbstractScannableCodeBase, DirectoryCodeBase, EmptyCodeBase, JrtfsCodeBase, NestedZipFileCodeBase, SingleFileCodeBase, ZipFileCodeBase, ZipInputStreamCodeBase

public interface IScannableCodeBase extends ICodeBase
A scannable code base: in addition to looking up a named resource, scannable code bases can also enumerate the names of the resources they contain.
Author:
David Hovemeyer