public class DefaultRepositoryService extends Object implements RepositoryService
RepositoryService.| Modifier and Type | Method and Description |
|---|---|
File |
lookupBundle(BundleDependency bundleDependency)
Finds a bundle in the the local repository or any of the external repositories configured.
|
public File lookupBundle(BundleDependency bundleDependency)
RepositoryServiceIf the bundle does not exists in the local repository but was found in an external repository then it will be stored in the local repositories to avoid a remote fetch if the bundle is requested again.
lookupBundle in interface RepositoryServicebundleDependency - descriptor to identify the bundleFile where the bundle is stored in the local repositoryCopyright © 2003–2024 MuleSoft, Inc.. All rights reserved.