Class DirectoryBasedRepository

  • All Implemented Interfaces:
    Repository

    public class DirectoryBasedRepository
    extends AbstractRepositoryImpl
    This class is a directory based repository implementation. This mean that all jar file residing a particular directory will be elligible to be added to this repository instance. Jar File will need to be compliant with the module definition spec which mean have a manifest file with the correct elements OR a separate manifest file with the same file name with a .mf extension.
    Author:
    Jerome Dochez