public interface DomainDescriptorResolver
DomainDescriptor described by the BundleDescriptor, wrapping the logic to obtain it.| Modifier and Type | Method and Description |
|---|---|
static DomainDescriptorResolver |
noDomainDescriptorResolver() |
DomainDescriptor |
resolve(BundleDescriptor bundleDescriptor)
Holds the logic to obtain a
DomainDescriptor based on the given BundleDescriptor. |
static DomainDescriptorResolver noDomainDescriptorResolver()
DomainDescriptorResolver.DomainDescriptor resolve(BundleDescriptor bundleDescriptor) throws DomainDescriptorResolutionException
DomainDescriptor based on the given BundleDescriptor.bundleDescriptor - the bundle descriptor of the domain to get the artifact descriptor for.DomainDescriptor corresponding to the given BundleDescriptor.DomainDescriptorResolutionExceptionCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.