Package org.helma.repository

Interface Summary
Repository Repository represents an abstract container of resources (e.g. code, skins, ...).
Resource Resource represents a pointer to some kind of information (code, skin, ...)
 

Class Summary
AbstractRepository Provides common methods and fields for the default implementations of the repository interface
FileRepository Repository implementation for directories providing file resources
FileResource  
ResourceTracker A utility class that allows Resource consumers to track changes on resources.
ZipRepository  
ZipResource