Package net.larsan.urd.util.fileset

File set package used mainly by the Urd class loader and the Norna archive classes.

See:
          Description

Interface Summary
FileSetListener A file set event listener listens for changes to a file set.
WatchableFileSet A file set can choose to implement this interface to signal that it can throw events on resource changes.
 

Class Summary
ClassFileSet A class file set is a recursive file set that only looks for classes.
FileResource A single file resource.
FileSet A file set is an base class for monitored group of files.
FileSetEvent A file set event is thrown by file sets implementing the WatchableFileSet when the set changes.
JarFile A trivial file set that watches a single jar file.
JarFileSet A jar file set is a watchable file set that works on JAR archives.
JarFileSet.JarResource Inner class for a resource within a jar archive.
RegexpFileSet A file set that filters it's scan operation using a regular expression pattern.
ResourceBase Abstract base class for resources.
ResourceLocatorImpl This trivial class is a collection of file sets that implement the ResourceLocator interface.
TrivialFileSet A trivial file set is a watched file set that only works in a single file.
WatchedFileSet This file set is a RegexpFileSet that implements the WatchableFileSet interface.
 

Package net.larsan.urd.util.fileset Description

File set package used mainly by the Urd class loader and the Norna archive classes.