public class DefaultDependenciesProvider extends Object implements DependenciesProvider
DependenciesProvider, where its default behaviour is to fail every time it's asked
to resolve an artifact as every Mule application is self contained.| Constructor and Description |
|---|
DefaultDependenciesProvider() |
| Modifier and Type | Method and Description |
|---|---|
File |
resolve(BundleDescriptor bundleDescriptor)
Given a reference to an artifact, it will look up the plugin's location and it will return it in a
File. |
public File resolve(BundleDescriptor bundleDescriptor)
DependenciesProviderFile.resolve in interface DependenciesProviderbundleDescriptor - indicates which bundle to resolve. Non null.File pointing to the artifact location's folder (it must be unzipped).Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.