| Package | Description |
|---|---|
| org.mule.runtime.extension.api.manifest |
| Modifier and Type | Method and Description |
|---|---|
ExtensionManifestBuilder.DescriberManifestBuilder |
ExtensionManifestBuilder.DescriberManifestBuilder.addProperties(Map<String,String> properties)
Adds all the entries in the given
properties map
as a property into the describer. |
ExtensionManifestBuilder.DescriberManifestBuilder |
ExtensionManifestBuilder.DescriberManifestBuilder.addProperty(String key,
String value)
Sets the given property on the describer.
|
ExtensionManifestBuilder.DescriberManifestBuilder |
ExtensionManifestBuilder.DescriberManifestBuilder.setId(String id)
Sets the describer's ID
|
ExtensionManifestBuilder.DescriberManifestBuilder |
ExtensionManifestBuilder.withDescriber()
Returns a
ExtensionManifestBuilder.DescriberManifestBuilder to be used
for created the associated DescriberManifest. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.