public class FileSystemPluginDiscoverer extends Object implements PluginDiscoverer
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
FileSystemPluginDiscoverer(File pluginsFolder) |
| Modifier and Type | Method and Description |
|---|---|
List<ServerPluginDescriptor> |
discover() |
void |
setPluginDescriptorFactory(org.mule.runtime.module.artifact.api.descriptor.ArtifactDescriptorFactory<ServerPluginDescriptor> pluginDescriptorFactory) |
public FileSystemPluginDiscoverer(File pluginsFolder)
public List<ServerPluginDescriptor> discover()
discover in interface PluginDiscovererpublic void setPluginDescriptorFactory(org.mule.runtime.module.artifact.api.descriptor.ArtifactDescriptorFactory<ServerPluginDescriptor> pluginDescriptorFactory)
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.