Package jmt.codebase.io
Provides support for representing and describing resources.
See:
Description
|
Interface Summary |
| Resource |
Describes a single resource consist of a name and a content.
|
| Resources |
Describes a Iterator of one or more resources.
|
|
Class Summary |
| ResourceFactory |
Static factory providing methods to create resource from diffrent source. |
Package jmt.codebase.io Description
Provides support for representing and describing resources.
A resource is described by the Resource type. A bundle of resources
is described by the Resources type. A bundle resources may be a directory,
a archive, a list of files, a file containing a list of files or a
single file. A Resources instance may be created using the
ResourceFactory.
- See Also:
Resource,
Resources,
ResourceFactory