Skip navigation links
A B C D E F G H J L M N O P R S T U V X 

A

ArtifactConfiguration - Interface in org.mule.runtime.module.embedded.api
Configuration of an artifact to be run by the embedded container.
ArtifactConfiguration.ArtifactConfigurationBuilder - Interface in org.mule.runtime.module.embedded.api
Builder interface to create instances of ArtifactConfiguration.
artifactLocation(File) - Method in interface org.mule.runtime.module.embedded.api.ArtifactConfiguration.ArtifactConfigurationBuilder
 
artifactLocation(File) - Method in class org.mule.runtime.module.embedded.internal.DefaultArtifactConfigurationBuilder
 

B

BOOT_PACKAGES - Static variable in class org.mule.runtime.module.embedded.internal.classloading.JdkOnlyClassLoaderFactory
 
build() - Method in interface org.mule.runtime.module.embedded.api.ArtifactConfiguration.ArtifactConfigurationBuilder
 
build() - Method in interface org.mule.runtime.module.embedded.api.ContainerConfiguration.ContainerConfigurationBuilder
 
build() - Method in interface org.mule.runtime.module.embedded.api.DeploymentConfiguration.DeploymentConfigurationBuilder
 
build() - Method in interface org.mule.runtime.module.embedded.api.EmbeddedContainer.EmbeddedContainerBuilder
 
build() - Method in class org.mule.runtime.module.embedded.internal.DefaultArtifactConfigurationBuilder
 
build() - Method in class org.mule.runtime.module.embedded.internal.DefaultContainerConfigurationBuilder
 
build() - Method in class org.mule.runtime.module.embedded.internal.DefaultDeploymentConfigurationBuilder
 
build() - Method in class org.mule.runtime.module.embedded.internal.DefaultEmbeddedContainerBuilder
 
builder() - Static method in interface org.mule.runtime.module.embedded.api.ArtifactConfiguration
 
builder() - Static method in interface org.mule.runtime.module.embedded.api.ContainerConfiguration
 
builder() - Static method in interface org.mule.runtime.module.embedded.api.DeploymentConfiguration
 
builder() - Static method in interface org.mule.runtime.module.embedded.api.EmbeddedContainer
 

C

CLASS_PACKAGE_SPLIT_REGEX - Static variable in class org.mule.runtime.module.embedded.internal.classloading.ClassLoaderFilter
 
ClassLoaderFilter - Class in org.mule.runtime.module.embedded.internal.classloading
Determines if a given class or resource is exported in a plugin classloader
ClassLoaderFilter(Set<String>, Set<String>) - Constructor for class org.mule.runtime.module.embedded.internal.classloading.ClassLoaderFilter
 
ContainerConfiguration - Interface in org.mule.runtime.module.embedded.api
Configuration related to the container.
containerConfiguration(ContainerConfiguration) - Method in interface org.mule.runtime.module.embedded.api.EmbeddedContainer.EmbeddedContainerBuilder
 
containerConfiguration(ContainerConfiguration) - Method in class org.mule.runtime.module.embedded.internal.DefaultEmbeddedContainerBuilder
 
ContainerConfiguration.ContainerConfigurationBuilder - Interface in org.mule.runtime.module.embedded.api
Builder interface to create instances of ArtifactConfiguration.
ContainerConfigurationImpl(File, List<BundleDescriptor>) - Constructor for class org.mule.runtime.module.embedded.internal.DefaultContainerConfigurationBuilder.ContainerConfigurationImpl
 
containerFolder(File) - Method in interface org.mule.runtime.module.embedded.api.ContainerConfiguration.ContainerConfigurationBuilder
 
containerFolder(File) - Method in class org.mule.runtime.module.embedded.internal.DefaultContainerConfigurationBuilder
 
ContainerInfo - Class in org.mule.runtime.module.embedded.api
This class contains all the information related to the container resources.
ContainerInfo(String, URL, List<URL>, List<URL>) - Constructor for class org.mule.runtime.module.embedded.api.ContainerInfo
Creates a new instance.
create(ClassLoader, Set<String>) - Static method in class org.mule.runtime.module.embedded.internal.classloading.JdkOnlyClassLoaderFactory
 
create(ClassLoader) - Static method in class org.mule.runtime.module.embedded.internal.classloading.JdkOnlyClassLoaderFactory
 
create(String, Product, ClassLoader, URL) - Method in class org.mule.runtime.module.embedded.internal.MavenContainerClassLoaderFactory
Creates the ClassLoader Container for a given version.
createModelFromPom(File) - Static method in class org.mule.runtime.module.embedded.internal.MavenUtils
 

D

DefaultArtifactConfigurationBuilder - Class in org.mule.runtime.module.embedded.internal
Default implementation of ArtifactConfiguration.ArtifactConfigurationBuilder.
DefaultArtifactConfigurationBuilder() - Constructor for class org.mule.runtime.module.embedded.internal.DefaultArtifactConfigurationBuilder
 
DefaultContainerConfigurationBuilder - Class in org.mule.runtime.module.embedded.internal
DefaultContainerConfigurationBuilder() - Constructor for class org.mule.runtime.module.embedded.internal.DefaultContainerConfigurationBuilder
 
DefaultContainerConfigurationBuilder.ContainerConfigurationImpl - Class in org.mule.runtime.module.embedded.internal
 
DefaultDeploymentConfigurationBuilder - Class in org.mule.runtime.module.embedded.internal
Default implementation of DeploymentConfiguration.DeploymentConfigurationBuilder.
DefaultDeploymentConfigurationBuilder() - Constructor for class org.mule.runtime.module.embedded.internal.DefaultDeploymentConfigurationBuilder
 
DefaultEmbeddedContainerBuilder - Class in org.mule.runtime.module.embedded.internal
 
DefaultEmbeddedContainerBuilder() - Constructor for class org.mule.runtime.module.embedded.internal.DefaultEmbeddedContainerBuilder
 
deployApplication(ArtifactConfiguration) - Method in interface org.mule.runtime.module.embedded.api.DeploymentService
 
deployDomain(ArtifactConfiguration) - Method in interface org.mule.runtime.module.embedded.api.DeploymentService
 
deploymentConfiguration(DeploymentConfiguration) - Method in interface org.mule.runtime.module.embedded.api.ArtifactConfiguration.ArtifactConfigurationBuilder
 
DeploymentConfiguration - Interface in org.mule.runtime.module.embedded.api
Specific deployment configuration for the artifact.
deploymentConfiguration(DeploymentConfiguration) - Method in class org.mule.runtime.module.embedded.internal.DefaultArtifactConfigurationBuilder
 
DeploymentConfiguration.DeploymentConfigurationBuilder - Interface in org.mule.runtime.module.embedded.api
Builder interface for DeploymentConfiguration.
DeploymentService - Interface in org.mule.runtime.module.embedded.api
Embedded container deployment service.

E

EmbeddedContainer - Interface in org.mule.runtime.module.embedded.api
Interface that represents an embedded container
EmbeddedContainer.EmbeddedContainerBuilder - Interface in org.mule.runtime.module.embedded.api
Builder for EmbeddedContainer instances.
EnumerationAdapter<T> - Class in org.mule.runtime.module.embedded.internal.classloading
Creates an Enumeration containing all the items in a Collection
EnumerationAdapter(Collection<T>) - Constructor for class org.mule.runtime.module.embedded.internal.classloading.EnumerationAdapter
 
exploreJdk(Set<String>, Set<String>, List<ExportedService>) - Static method in class org.mule.runtime.module.embedded.internal.classloading.JreExplorer
Explores the content of the JRE being used
ExportedService - Class in org.mule.runtime.module.embedded.internal.classloading
Defines a service that will be exported by a module to other Mule artifacts via SPI.
ExportedService(String, URL) - Constructor for class org.mule.runtime.module.embedded.internal.classloading.ExportedService
Create a new service
exportsClass(String) - Method in class org.mule.runtime.module.embedded.internal.classloading.ClassLoaderFilter
 
exportsResource(String) - Method in class org.mule.runtime.module.embedded.internal.classloading.ClassLoaderFilter
 

F

FilteringClassLoader - Class in org.mule.runtime.module.embedded.internal.classloading
 
FilteringClassLoader(ClassLoader, ClassLoaderFilter, List<ExportedService>) - Constructor for class org.mule.runtime.module.embedded.internal.classloading.FilteringClassLoader
Creates a new filtering classloader

G

getArtifactLocation() - Method in interface org.mule.runtime.module.embedded.api.ArtifactConfiguration
 
getClassName() - Method in exception org.mule.runtime.module.embedded.internal.NotExportedClassException
 
getContainerBaseFolder() - Method in class org.mule.runtime.module.embedded.api.ContainerInfo
 
getContainerFolder() - Method in interface org.mule.runtime.module.embedded.api.ContainerConfiguration
Defines the location where the mule container folders will be contained.
getContainerFolder() - Method in interface org.mule.runtime.module.embedded.api.EmbeddedContainer
The location of the mule container base folder
getContainerFolder() - Method in class org.mule.runtime.module.embedded.internal.DefaultContainerConfigurationBuilder.ContainerConfigurationImpl
 
getDeploymentConfiguration() - Method in interface org.mule.runtime.module.embedded.api.ArtifactConfiguration
 
getDeploymentService() - Method in interface org.mule.runtime.module.embedded.api.EmbeddedContainer
 
getFilter() - Method in exception org.mule.runtime.module.embedded.internal.NotExportedClassException
 
getMessage() - Method in exception org.mule.runtime.module.embedded.internal.NotExportedClassException
 
getResource() - Method in class org.mule.runtime.module.embedded.internal.classloading.ExportedService
 
getResource(String) - Method in class org.mule.runtime.module.embedded.internal.classloading.FilteringClassLoader
 
getResources(String) - Method in class org.mule.runtime.module.embedded.internal.classloading.FilteringClassLoader
 
getResourcesFromDelegate(String) - Method in class org.mule.runtime.module.embedded.internal.classloading.FilteringClassLoader
 
getServerPlugins() - Method in interface org.mule.runtime.module.embedded.api.ContainerConfiguration
 
getServerPlugins() - Method in class org.mule.runtime.module.embedded.api.ContainerInfo
 
getServerPlugins() - Method in class org.mule.runtime.module.embedded.internal.DefaultContainerConfigurationBuilder.ContainerConfigurationImpl
 
getServiceInterface() - Method in class org.mule.runtime.module.embedded.internal.classloading.ExportedService
 
getServices() - Method in class org.mule.runtime.module.embedded.api.ContainerInfo
 
getServices(String, Product) - Method in class org.mule.runtime.module.embedded.internal.MavenContainerClassLoaderFactory
 
getVersion() - Method in class org.mule.runtime.module.embedded.api.ContainerInfo
 

H

hasMoreElements() - Method in class org.mule.runtime.module.embedded.internal.classloading.EnumerationAdapter
 

J

JdkOnlyClassLoaderFactory - Class in org.mule.runtime.module.embedded.internal.classloading
 
JdkOnlyClassLoaderFactory() - Constructor for class org.mule.runtime.module.embedded.internal.classloading.JdkOnlyClassLoaderFactory
 
JreExplorer - Class in org.mule.runtime.module.embedded.internal.classloading
Explores the content of the JRE used to run the container.

L

lazyConnectionsEnabled(boolean) - Method in interface org.mule.runtime.module.embedded.api.DeploymentConfiguration.DeploymentConfigurationBuilder
Allows to enable or disable if the artifact will be deployed with the connections being created lazily meaning that the connection won't be established until an operation wants to use it.
lazyConnectionsEnabled() - Method in interface org.mule.runtime.module.embedded.api.DeploymentConfiguration
 
lazyConnectionsEnabled(boolean) - Method in class org.mule.runtime.module.embedded.internal.DefaultDeploymentConfigurationBuilder
 
lazyInitialization(boolean) - Method in interface org.mule.runtime.module.embedded.api.DeploymentConfiguration.DeploymentConfigurationBuilder
When an artifact context is lazily created then not all components will be created during the creation of the artifact.
lazyInitialization(boolean) - Method in class org.mule.runtime.module.embedded.internal.DefaultDeploymentConfigurationBuilder
 
lazyInitializationEnabled() - Method in interface org.mule.runtime.module.embedded.api.DeploymentConfiguration
 
loadClass(String) - Method in class org.mule.runtime.module.embedded.internal.classloading.FilteringClassLoader
 
loadClass(String, boolean) - Method in class org.mule.runtime.module.embedded.internal.classloading.FilteringClassLoader
 
log4jConfigurationFile(URI) - Method in interface org.mule.runtime.module.embedded.api.EmbeddedContainer.EmbeddedContainerBuilder
Customizes the log4j configuration file for the artifact.
log4jConfigurationFile(URI) - Method in class org.mule.runtime.module.embedded.internal.DefaultEmbeddedContainerBuilder
 
logger - Static variable in class org.mule.runtime.module.embedded.internal.classloading.FilteringClassLoader
 

M

mavenConfiguration(MavenConfiguration) - Method in interface org.mule.runtime.module.embedded.api.EmbeddedContainer.EmbeddedContainerBuilder
Customizes the maven configuration for the execution.
mavenConfiguration(MavenConfiguration) - Method in class org.mule.runtime.module.embedded.internal.DefaultEmbeddedContainerBuilder
 
MavenContainerClassLoaderFactory - Class in org.mule.runtime.module.embedded.internal
Creates a ClassLoader with the URL's for the Container.
MavenContainerClassLoaderFactory(MavenClient) - Constructor for class org.mule.runtime.module.embedded.internal.MavenContainerClassLoaderFactory
 
MavenUtils - Class in org.mule.runtime.module.embedded.internal
 
MULE_LOG_VERBOSE_CLASSLOADING - Static variable in class org.mule.runtime.module.embedded.internal.classloading.FilteringClassLoader
 
muleVersion(String) - Method in interface org.mule.runtime.module.embedded.api.EmbeddedContainer.EmbeddedContainerBuilder
 
muleVersion(String) - Method in class org.mule.runtime.module.embedded.internal.DefaultEmbeddedContainerBuilder
 

N

nextElement() - Method in class org.mule.runtime.module.embedded.internal.classloading.EnumerationAdapter
 
NotExportedClassException - Exception in org.mule.runtime.module.embedded.internal
Extends ClassNotFoundException providing additional troubleshooting information.
NotExportedClassException(String, ClassLoaderFilter) - Constructor for exception org.mule.runtime.module.embedded.internal.NotExportedClassException
Builds the exception.

O

org.mule.runtime.module.embedded.api - package org.mule.runtime.module.embedded.api
 
org.mule.runtime.module.embedded.internal - package org.mule.runtime.module.embedded.internal
 
org.mule.runtime.module.embedded.internal.classloading - package org.mule.runtime.module.embedded.internal.classloading
 

P

product(Product) - Method in interface org.mule.runtime.module.embedded.api.EmbeddedContainer.EmbeddedContainerBuilder
 
Product - Enum in org.mule.runtime.module.embedded.api
Enumeration of products available for the embedded container
product(Product) - Method in class org.mule.runtime.module.embedded.internal.DefaultEmbeddedContainerBuilder
 

R

RESOURCE_PACKAGE_SPLIT_REGEX - Static variable in class org.mule.runtime.module.embedded.internal.classloading.ClassLoaderFilter
 

S

serialize(Serializable, OutputStream) - Static method in class org.mule.runtime.module.embedded.internal.Serializer
 
Serializer - Class in org.mule.runtime.module.embedded.internal
Serializer for passing objects to embedded controller.
serverPlugins(BundleDescriptor...) - Method in interface org.mule.runtime.module.embedded.api.ContainerConfiguration.ContainerConfigurationBuilder
 
serverPlugins(List<BundleDescriptor>) - Method in interface org.mule.runtime.module.embedded.api.ContainerConfiguration.ContainerConfigurationBuilder
 
serverPlugins(BundleDescriptor...) - Method in class org.mule.runtime.module.embedded.internal.DefaultContainerConfigurationBuilder
 
serverPlugins(List<BundleDescriptor>) - Method in class org.mule.runtime.module.embedded.internal.DefaultContainerConfigurationBuilder
 
start() - Method in interface org.mule.runtime.module.embedded.api.EmbeddedContainer
Starts the container.
stop() - Method in interface org.mule.runtime.module.embedded.api.EmbeddedContainer
Stops the container.
SYSTEM_PROPERTY_PREFIX - Static variable in class org.mule.runtime.module.embedded.internal.classloading.FilteringClassLoader
 

T

toString() - Method in class org.mule.runtime.module.embedded.internal.classloading.ClassLoaderFilter
 
toString() - Method in class org.mule.runtime.module.embedded.internal.classloading.EnumerationAdapter
 

U

undeployApplication(String) - Method in interface org.mule.runtime.module.embedded.api.DeploymentService
 
undeployDomain(String) - Method in interface org.mule.runtime.module.embedded.api.DeploymentService
 

V

valueOf(String) - Static method in enum org.mule.runtime.module.embedded.api.Product
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.runtime.module.embedded.api.Product
Returns an array containing the constants of this enum type, in the order they are declared.

X

xmlValidations(boolean) - Method in interface org.mule.runtime.module.embedded.api.DeploymentConfiguration.DeploymentConfigurationBuilder
Allows to enable or disable XML validations while deploying the artifact.
xmlValidations(boolean) - Method in class org.mule.runtime.module.embedded.internal.DefaultDeploymentConfigurationBuilder
 
xmlValidationsEnabled() - Method in interface org.mule.runtime.module.embedded.api.DeploymentConfiguration
 
A B C D E F G H J L M N O P R S T U V X 
Skip navigation links

Copyright © 2021 MuleSoft, Inc.. All rights reserved.