RepositoryManagementEngine.java | Class | The repository management can be used to load all metadata from a repository, analyze them, and
provide a bunch of information about the whole repository state.
Since loading all metadata from a repository is not a light task, this engine should only be used
on a machine having good access to the repository (on the same filesystem being usually the best
suited).
To access information, you usually have before to call a method to init the data:
RepositoryManagementEngine.load() is used to load repository metadata,
RepositoryManagementEngine.analyze() is used to analyze them. |