| Interface | Description |
|---|---|
| LocalRepoLoader |
A facility for loading
RepoPackages that are installed locally. |
| RemoteRepoLoader |
A facility for loading
RepoPackages that are available for download. |
| RepoManagerImpl.RemoteRepoLoaderFactory |
| Class | Description |
|---|---|
| LocalRepoLoaderImpl |
A utility class that finds
LocalPackages under a given path based on package.xml
files. |
| RemoteRepoLoaderImpl |
Utility class that loads
Repositorys from RepositorySources. |
| RepoManagerImpl |
Main implementation of
RepoManager. |