Package consciouscode.util.resource

A small framework for accessing file-like resources, independent of how those resources are stored.

See:
          Description

Interface Summary
Resource An abstraction for an available resource in some (potentially) hierarchical repository.
ResourceTree Provides access to a hierarchy of abstract resources within some repository.
ResourceTreeProvider Marker interface for an object that provides ResourceTrees.
 

Class Summary
ClassLoaderResourceTree Deprecated. This class is deprecated because it cannot support all features of ResourceTree interface.
FileResourceTree A ResourceTree that reads resources directly from the file system.
ZipResourceTree A ResourceTree that reads resources from a ZIP archive.
 

Package consciouscode.util.resource Description

A small framework for accessing file-like resources, independent of how those resources are stored. This allows applications to access files on disk and "files" within a ZIP archive using a unified API.



Copyright © 2001–2012 Todd V. Jonker. All Rights Reserved.