| Package | Description |
|---|---|
| org.mule.runtime.extension.api | |
| org.mule.runtime.extension.api.introspection | |
| org.mule.runtime.extension.api.introspection.declaration.fluent |
| Modifier and Type | Method and Description |
|---|---|
static Category |
Category.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Category[] |
Category.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Category |
ImmutableExtensionModel.getCategory()
Returns the extension's
Category that identifies the extension. |
Category |
ExtensionModel.getCategory()
Returns the extension's
Category that identifies the extension. |
| Constructor and Description |
|---|
ImmutableExtensionModel(String name,
String description,
String version,
String vendor,
Category category,
org.mule.runtime.api.MuleVersion minMuleVersion,
List<ConfigurationModel> configurationModels,
List<OperationModel> operationModels,
List<ConnectionProviderModel> connectionProviders,
List<SourceModel> sourceModels,
Set<org.mule.metadata.api.model.ObjectType> types,
Set<ModelProperty> modelProperties)
Creates a new instance with the given state
|
ImmutableRuntimeExtensionModel(String name,
String description,
String version,
String vendor,
Category category,
org.mule.runtime.api.MuleVersion minMuleVersion,
List<ConfigurationModel> configurationModels,
List<OperationModel> operationModels,
List<ConnectionProviderModel> connectionProviders,
List<SourceModel> sourceModels,
Set<org.mule.metadata.api.model.ObjectType> types,
Set<ModelProperty> modelProperties,
Optional<ExceptionEnricherFactory> exceptionEnricherFactory)
Creates a new instance with the given state
|
| Modifier and Type | Method and Description |
|---|---|
Category |
ExtensionDeclaration.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionDeclaration.setCategory(Category category) |
ExtensionDeclarer |
ExtensionDeclarer.withCategory(Category category)
Adds the extension's
Category |
Copyright © 2016 MuleSoft, Inc.. All rights reserved.