@NoImplement
public interface DescriptorLoaderRepository
DescriptorLoader| Modifier and Type | Method and Description |
|---|---|
<T extends DescriptorLoader> |
get(String id,
ArtifactType artifactType,
Class<T> loaderClass)
Gets a descriptor loader from the repository
|
<T extends DescriptorLoader> T get(String id, ArtifactType artifactType, Class<T> loaderClass) throws LoaderNotFoundException
T - type of descriptor loader to returnid - identifies the loader to obtain. Non empty.loaderClass - class of DescriptorLoader to search for. No null.LoaderNotFoundException - if there is no registered loader of type T with the provided ID.Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.