public class ToolingDescriptorLoaderRepository extends Object implements org.mule.runtime.module.artifact.api.descriptor.DescriptorLoaderRepository
DescriptorLoaderRepository similar to ServiceRegistryDescriptorLoaderRepository for Tooling
that allows to use a provided MavenClient.| Constructor and Description |
|---|
ToolingDescriptorLoaderRepository() |
ToolingDescriptorLoaderRepository(org.mule.maven.client.api.MavenClient mavenClient) |
| Modifier and Type | Method and Description |
|---|---|
<T extends org.mule.runtime.module.artifact.api.descriptor.DescriptorLoader> |
get(String id,
org.mule.runtime.core.api.config.bootstrap.ArtifactType artifactType,
Class<T> loaderClass) |
public ToolingDescriptorLoaderRepository(org.mule.maven.client.api.MavenClient mavenClient)
public ToolingDescriptorLoaderRepository()
public <T extends org.mule.runtime.module.artifact.api.descriptor.DescriptorLoader> T get(String id, org.mule.runtime.core.api.config.bootstrap.ArtifactType artifactType, Class<T> loaderClass) throws org.mule.runtime.module.artifact.api.descriptor.LoaderNotFoundException
get in interface org.mule.runtime.module.artifact.api.descriptor.DescriptorLoaderRepositoryorg.mule.runtime.module.artifact.api.descriptor.LoaderNotFoundExceptionCopyright © 2019 MuleSoft, Inc.. All rights reserved.