Package org.mule.maven.client.api
Interface MavenReactorResolver
public interface MavenReactorResolver
Manages a repository backed by the client.
- Since:
- 1.1
-
Method Summary
Modifier and TypeMethodDescriptionfindArtifact(BundleDescriptor bundleDescriptor) Locates the specified bundle descriptor in the reactor.findVersions(BundleDescriptor bundleDescriptor) Determines all available versions of the specified bundleDescriptor.
-
Method Details
-
findArtifact
Locates the specified bundle descriptor in the reactor.- Parameters:
bundleDescriptor- The bundleDescriptor to locate, must not benull.- Returns:
- The path to the bundleDescriptor or
nullif the bundleDescriptor is not available.
-
findVersions
Determines all available versions of the specified bundleDescriptor.- Parameters:
bundleDescriptor- The bundleDescriptor whose versions should be listed, must not benull.- Returns:
- The available versions of the bundleDescriptor, must not be
null.
-