Package com.anthonyeden.lib.resource

This package contains classes for loading and monitoring resources such as files.

See:
          Description

Interface Summary
ResourceLoader Generic interface for loading resources.
ResourceMonitor Common interface for all Resource monitors.
ResourceRecipient ResourceRecipient is implemented by any class which would like to be notifier when a loaded resource changes.
 

Class Summary
AbstractResourceLoader Abstract implementation of the ResourceLoader interface.
ClassPathResourceLoader Implementation of the ResourceLoader interface which loads data from the class path.
FileResourceLoader Implementation of the ResourceLoader interface which loads data from a file.
ResourceFileMonitor Monitors the given File for changes.
ResourceVFSMonitor Monitors the given File for changes.
VFSResourceLoader Implementation of the ResourceLoader interface which loads data from a virtual file system.
 

Exception Summary
ResourceException Exception thrown when there is an error loading a resource.
 

Package com.anthonyeden.lib.resource Description

This package contains classes for loading and monitoring resources such as files.



Copyright (c) 2000-2003 Anthony Eden. All Rights Reserved.