public class ToolingDescriptorLoaderRepository extends Object implements org.mule.runtime.module.artifact.api.descriptor.DescriptorLoaderRepository
| Constructor and Description |
|---|
ToolingDescriptorLoaderRepository() |
ToolingDescriptorLoaderRepository(org.mule.maven.client.api.MavenClient mavenClient) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Collection<T> |
doLookupProviders(Class<T> providerClass,
ClassLoader classLoader) |
<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 static <T> Collection<T> doLookupProviders(Class<T> providerClass, ClassLoader classLoader)
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 © 2024 MuleSoft Inc. All rights reserved.