| Package | Description |
|---|---|
| org.mule.extension | |
| org.mule.extension.exception | |
| org.mule.extension.introspection | |
| org.mule.extension.resources | |
| org.mule.extension.resources.spi |
| Modifier and Type | Method and Description |
|---|---|
List<Extension> |
ExtensionManager.discoverExtensions(ClassLoader classLoader)
Scans the classpath visible to the given
ClassLoader and registers them. |
Set<Extension> |
ExtensionManager.getExtensions()
|
<C> Set<Extension> |
ExtensionManager.getExtensionsCapableOf(Class<C> capability)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExtensionManager.registerExtension(Extension extension)
|
| Constructor and Description |
|---|
NoSuchConfigurationException(Extension extension,
String configName) |
NoSuchOperationException(Extension extension,
String extensionName) |
| Modifier and Type | Method and Description |
|---|---|
Extension |
ExtensionFactory.createFrom(Construct construct)
|
Extension |
ExtensionFactory.createFrom(Construct construct,
DescribingContext describingContext)
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourcesGenerator.generateFor(Extension extension)
Generates resources for the given
extension. |
| Modifier and Type | Method and Description |
|---|---|
void |
GenerableResourceContributor.contribute(Extension extension,
ResourcesGenerator resourcesGenerator)
Contributes if necessary to the generation of the given
extension's resources. |
Copyright © 2015 MuleSoft, Inc.. All rights reserved.