| Package | Description |
|---|---|
| org.mule.runtime.core | |
| org.mule.runtime.core.api | |
| org.mule.runtime.core.config.bootstrap | |
| org.mule.runtime.core.config.builders |
| Modifier and Type | Method and Description |
|---|---|
ArtifactType |
DefaultMuleContext.getArtifactType() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleContext.setArtifactType(ArtifactType artifactType) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactType |
MuleContext.getArtifactType()
The
ArtifactType indicating if this configuration object is for an application or a domain. |
| Modifier and Type | Field and Description |
|---|---|
protected ArtifactType |
AbstractRegistryBootstrap.artifactType |
protected ArtifactType |
AbstractBootstrapProperty.artifactType |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactType |
ArtifactType.createFromString(String artifactTypeAsString) |
ArtifactType |
AbstractBootstrapProperty.getArtifactType() |
static ArtifactType |
ArtifactType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactType[] |
ArtifactType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractBootstrapProperty(BootstrapService service,
ArtifactType artifactType,
Boolean optional)
Creates a bootstrap property
|
AbstractRegistryBootstrap(ArtifactType artifactType,
MuleContext muleContext) |
ObjectBootstrapProperty(BootstrapService service,
ArtifactType artifactType,
Boolean optional,
String key,
String className)
Creates a generic bootstrap property
|
SimpleRegistryBootstrap(ArtifactType supportedArtifactType,
MuleContext muleContext)
Deprecated.
|
TransactionFactoryBootstrapProperty(BootstrapService service,
ArtifactType artifactType,
Boolean optional,
String transactionFactoryClassName,
String transactionResourceClassName)
Creates a transaction bootstrap property
|
TransformerBootstrapProperty(BootstrapService service,
ArtifactType artifactType,
boolean optional,
String name,
String className,
String returnClassName,
String mimeType)
Creates a bootstrap property
|
| Constructor and Description |
|---|
AutoConfigurationBuilder(ConfigResource[] resources,
Map<String,String> artifactProperties,
ArtifactType artifactType) |
AutoConfigurationBuilder(String[] resources,
Map<String,String> artifactProperties,
ArtifactType artifactType) |
AutoConfigurationBuilder(String resource,
Map<String,String> artifactProperties,
ArtifactType artifactType) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.