public interface MavenReactorResolver
| Modifier and Type | Method and Description |
|---|---|
File |
findArtifact(BundleDescriptor bundleDescriptor)
Locates the specified bundle descriptor in the reactor.
|
List<String> |
findVersions(BundleDescriptor bundleDescriptor)
Determines all available versions of the specified bundleDescriptor.
|
File findArtifact(BundleDescriptor bundleDescriptor)
bundleDescriptor - The bundleDescriptor to locate, must not be null.null if the bundleDescriptor is not available.List<String> findVersions(BundleDescriptor bundleDescriptor)
bundleDescriptor - The bundleDescriptor whose versions should be listed, must not be null.null.Copyright © 2019 MuleSoft, Inc.. All rights reserved.