| Package | Description |
|---|---|
| org.mule.runtime.module.service.internal.artifact | |
| org.mule.runtime.module.service.internal.discoverer |
| Modifier and Type | Method and Description |
|---|---|
ServiceDescriptor |
ServiceDescriptorFactory.create(File artifactFolder,
Optional<Properties> properties) |
protected ServiceDescriptor |
ServiceDescriptorFactory.createArtifactDescriptor(File artifactLocation,
String name,
Optional<Properties> properties) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactClassLoader |
ServiceClassLoaderFactory.create(String artifactId,
ServiceDescriptor descriptor,
ClassLoader parent,
ClassLoaderLookupPolicy lookupPolicy) |
protected void |
ServiceDescriptorFactory.doDescriptorConfig(org.mule.runtime.api.deployment.meta.MuleServiceModel artifactModel,
ServiceDescriptor descriptor,
File artifactLocation) |
| Constructor and Description |
|---|
FileSystemServiceProviderDiscoverer(ArtifactClassLoader containerClassLoader,
ArtifactClassLoaderFactory<ServiceDescriptor> serviceClassLoaderFactory,
DescriptorLoaderRepository descriptorLoaderRepository,
ArtifactDescriptorValidatorBuilder artifactDescriptorValidatorBuilder)
Creates a new instance that discover services from Mule Runtime services folder.
|
FileSystemServiceProviderDiscoverer(ArtifactClassLoader containerClassLoader,
ArtifactClassLoaderFactory<ServiceDescriptor> serviceClassLoaderFactory,
DescriptorLoaderRepository descriptorLoaderRepository,
ArtifactDescriptorValidatorBuilder artifactDescriptorValidatorBuilder,
File targetServicesFolder)
Creates a new instance.
|
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.