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

A

AbstractArtifactAgnosticService - Class in org.mule.runtime.module.tooling.internal
 
AbstractArtifactAgnosticService(ApplicationSupplier) - Constructor for class org.mule.runtime.module.tooling.internal.AbstractArtifactAgnosticService
 
AbstractArtifactAgnosticService.ApplicationStartingException - Exception in org.mule.runtime.module.tooling.internal
 
AbstractArtifactAgnosticServiceBuilder<T extends ArtifactAgnosticServiceBuilder,S> - Class in org.mule.runtime.module.tooling.internal
 
AbstractArtifactAgnosticServiceBuilder(DefaultApplicationFactory) - Constructor for class org.mule.runtime.module.tooling.internal.AbstractArtifactAgnosticServiceBuilder
 
AbstractParameterResolverExecutor - Class in org.mule.runtime.module.tooling.internal.artifact
 
AbstractParameterResolverExecutor(MuleContext, ExpressionManager, ReflectionCache, ArtifactHelper) - Constructor for class org.mule.runtime.module.tooling.internal.artifact.AbstractParameterResolverExecutor
 
addDependency(String, String, String, String, String) - Method in interface org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder
Adds a dependency needed by the artifact that must be included in order to build the artifact.
addDependency(ArtifactAgnosticServiceBuilder.Dependency) - Method in interface org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder
Adds a dependency needed by the artifact that must be included in order to build the artifact.
addDependency(String, String, String, String, String) - Method in class org.mule.runtime.module.tooling.internal.AbstractArtifactAgnosticServiceBuilder
Adds a dependency needed by the artifact that must be included in order to build the artifact.
addDependency(ArtifactAgnosticServiceBuilder.Dependency) - Method in class org.mule.runtime.module.tooling.internal.AbstractArtifactAgnosticServiceBuilder
Adds a dependency needed by the artifact that must be included in order to build the artifact.
addExclusion(ArtifactAgnosticServiceBuilder.Exclusion) - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency
 
ApplicationSupplier - Interface in org.mule.runtime.module.tooling.internal
 
ArtifactAgnosticServiceBuilder<T extends ArtifactAgnosticServiceBuilder,S> - Interface in org.mule.runtime.module.tooling.api
 
ArtifactAgnosticServiceBuilder.Dependency - Class in org.mule.runtime.module.tooling.api
 
ArtifactAgnosticServiceBuilder.Exclusion - Class in org.mule.runtime.module.tooling.api
 
ArtifactFileWriter - Class in org.mule.runtime.module.tooling.internal
Utility class to handle artifact contents and write it to the file system.
ArtifactFileWriter(File) - Constructor for class org.mule.runtime.module.tooling.internal.ArtifactFileWriter
Creates an instance of the writer to work in the given folder.
artifactHelper - Variable in class org.mule.runtime.module.tooling.internal.artifact.AbstractParameterResolverExecutor
 
artifactHelper - Variable in class org.mule.runtime.module.tooling.internal.artifact.metadata.MetadataExecutor
 
ArtifactHelper - Class in org.mule.runtime.module.tooling.internal.utils
 
ArtifactHelper(ExtensionManager, ConfigurationComponentLocator, ArtifactDeclaration) - Constructor for class org.mule.runtime.module.tooling.internal.utils.ArtifactHelper
 
ArtifactHelperUtils - Class in org.mule.runtime.module.tooling.internal.utils
 
ArtifactHelperUtils.ConfigAwareModel<T extends org.mule.runtime.api.meta.model.parameter.ParameterizedModel & org.mule.runtime.api.meta.model.EnrichableModel> - Class in org.mule.runtime.module.tooling.internal.utils
 
asDataWeaveExpression(ParameterValue) - Static method in class org.mule.runtime.module.tooling.internal.artifact.params.ParameterExtractor
 
asDataWeaveExpression(ParameterValue, MetadataType) - Static method in class org.mule.runtime.module.tooling.internal.artifact.params.ParameterExtractor
 

B

build() - Method in interface org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder
Creates a S service with the provided configuration
build() - Method in class org.mule.runtime.module.tooling.internal.AbstractArtifactAgnosticServiceBuilder
 

C

connectionManager - Variable in class org.mule.runtime.module.tooling.internal.artifact.metadata.MetadataExecutor
 
ConnectivityTestingServiceBuilder - Interface in org.mule.runtime.module.tooling.api.connectivity
Builder for creating a ConnectivityTestingService from a set of extensions and an ArtifactConfiguration that describes a set of mule components.
createApplication(File) - Method in interface org.mule.runtime.module.tooling.api.ToolingService
Creates an Application from a set of resources.
createApplication(File, Optional<Properties>) - Method in interface org.mule.runtime.module.tooling.api.ToolingService
Creates an Application from a set of resources.
createApplication(byte[]) - Method in interface org.mule.runtime.module.tooling.api.ToolingService
Creates an application but from the content byte[], see ToolingService.createApplication(File) for more details.
createApplication(byte[], Optional<Properties>) - Method in interface org.mule.runtime.module.tooling.api.ToolingService
Creates an application but from the content byte[], see ToolingService.createApplication(File, Optional) for more details.
createApplication(File) - Method in class org.mule.runtime.module.tooling.internal.DefaultToolingService
Creates an Application from a set of resources.
createApplication(File, Optional<Properties>) - Method in class org.mule.runtime.module.tooling.internal.DefaultToolingService
Creates an Application from a set of resources.
createApplication(byte[]) - Method in class org.mule.runtime.module.tooling.internal.DefaultToolingService
Creates an application but from the content byte[], see ToolingService.createApplication(File) for more details.
createApplication(byte[], Optional<Properties>) - Method in class org.mule.runtime.module.tooling.internal.DefaultToolingService
Creates an application but from the content byte[], see ToolingService.createApplication(File, Optional) for more details.
createDomain(File, Optional<Properties>) - Method in interface org.mule.runtime.module.tooling.api.ToolingService
Creates a Domain from a set of resources.
createDomain(File) - Method in interface org.mule.runtime.module.tooling.api.ToolingService
Creates a Domain from a set of resources.
createDomain(byte[]) - Method in interface org.mule.runtime.module.tooling.api.ToolingService
Creates a domain but from the content byte[], see ToolingService.createDomain(File) for more details.
createDomain(byte[], Optional<Properties>) - Method in interface org.mule.runtime.module.tooling.api.ToolingService
Creates a domain but from the content byte[], see ToolingService.createDomain(File) for more details.
createDomain(File) - Method in class org.mule.runtime.module.tooling.internal.DefaultToolingService
Creates a Domain from a set of resources.
createDomain(File, Optional<Properties>) - Method in class org.mule.runtime.module.tooling.internal.DefaultToolingService
 
createDomain(byte[]) - Method in class org.mule.runtime.module.tooling.internal.DefaultToolingService
Creates a domain but from the content byte[], see ToolingService.createDomain(File) for more details.
createDomain(byte[], Optional<Properties>) - Method in class org.mule.runtime.module.tooling.internal.DefaultToolingService
 
createService(ApplicationSupplier) - Method in class org.mule.runtime.module.tooling.internal.AbstractArtifactAgnosticServiceBuilder
 
createService(ApplicationSupplier) - Method in class org.mule.runtime.module.tooling.internal.config.DefaultDeclarationSessionBuilder
 
createService(ApplicationSupplier) - Method in class org.mule.runtime.module.tooling.internal.connectivity.DefaultConnectivityTestingServiceBuilder
 

D

DeclarationSession - Interface in org.mule.runtime.module.tooling.api.artifact
It is in charge of resolving connector's operations and retrieving metadata and sample data for all components related to the same session configuration.
DeclarationSessionBuilder - Interface in org.mule.runtime.module.tooling.api.artifact
Provides all required steps to configure and build a new DeclarationSession
DefaultConnectivityTestingServiceBuilder - Class in org.mule.runtime.module.tooling.internal.connectivity
Default implementation for ConnectivityTestingServiceBuilder.
DefaultConnectivityTestingServiceBuilder(DefaultApplicationFactory) - Constructor for class org.mule.runtime.module.tooling.internal.connectivity.DefaultConnectivityTestingServiceBuilder
 
DefaultDeclarationSession - Class in org.mule.runtime.module.tooling.internal.config
 
DefaultDeclarationSessionBuilder - Class in org.mule.runtime.module.tooling.internal.config
 
DefaultDeclarationSessionBuilder(DefaultApplicationFactory) - Constructor for class org.mule.runtime.module.tooling.internal.config.DefaultDeclarationSessionBuilder
 
DefaultToolingService - Class in org.mule.runtime.module.tooling.internal
Default implementation of ToolingService.
DefaultToolingService(DomainRepository, DefaultDomainFactory, DefaultApplicationFactory, ToolingApplicationDescriptorFactory) - Constructor for class org.mule.runtime.module.tooling.internal.DefaultToolingService
 
DefaultToolingService.DomainMavenReactorResolver - Class in org.mule.runtime.module.tooling.internal
 
Dependency() - Constructor for class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency
 
DEPLOYMENT_DOMAIN_NAME_REF - Static variable in interface org.mule.runtime.module.tooling.api.ToolingService
 
dispose() - Method in interface org.mule.runtime.module.tooling.api.artifact.DeclarationSession
Stops and disposes all resources used by this DeclarationSession.
dispose() - Method in class org.mule.runtime.module.tooling.internal.AbstractArtifactAgnosticService
 
dispose() - Method in class org.mule.runtime.module.tooling.internal.config.DefaultDeclarationSession
 
dispose() - Method in class org.mule.runtime.module.tooling.internal.config.InternalDeclarationSession
 
disposeMetadataCache(ComponentElementDeclaration) - Method in interface org.mule.runtime.module.tooling.api.artifact.DeclarationSession
Disposes the MetadataCache associated to the component metadata resolution which is provided in order to store resources cross resolution by resolvers.
disposeMetadataCache(ComponentElementDeclaration) - Method in class org.mule.runtime.module.tooling.internal.artifact.metadata.MetadataExecutor
 
disposeMetadataCache(ComponentElementDeclaration) - Method in class org.mule.runtime.module.tooling.internal.config.DefaultDeclarationSession
 
disposeMetadataCache(ComponentElementDeclaration) - Method in class org.mule.runtime.module.tooling.internal.config.InternalDeclarationSession
 
DomainMavenReactorResolver(File, BundleDescriptor) - Constructor for class org.mule.runtime.module.tooling.internal.DefaultToolingService.DomainMavenReactorResolver
 

E

Exclusion() - Constructor for class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Exclusion
 
ExecutorExceptionWrapper - Exception in org.mule.runtime.module.tooling.internal.artifact
 
ExecutorExceptionWrapper(Throwable) - Constructor for exception org.mule.runtime.module.tooling.internal.artifact.ExecutorExceptionWrapper
 
explodeJarContent(String, File) - Method in class org.mule.runtime.module.tooling.internal.ArtifactFileWriter
Writes the jar file content to a folder with the given artifactName.
expressionManager - Variable in class org.mule.runtime.module.tooling.internal.artifact.AbstractParameterResolverExecutor
 
expressionManager - Variable in class org.mule.runtime.module.tooling.internal.artifact.metadata.MetadataExecutor
 
ExpressionNotSupportedException - Exception in org.mule.runtime.module.tooling.internal.artifact.params
 
ExpressionNotSupportedException(String) - Constructor for exception org.mule.runtime.module.tooling.internal.artifact.params.ExpressionNotSupportedException
 
extractSimpleValue(ParameterValue) - Static method in class org.mule.runtime.module.tooling.internal.artifact.params.ParameterSimpleValueExtractor
 

F

findArtifact(BundleDescriptor) - Method in class org.mule.runtime.module.tooling.internal.DefaultToolingService.DomainMavenReactorResolver
 
findComponentModel(ExtensionModel, ComponentElementDeclaration<?>) - Method in class org.mule.runtime.module.tooling.internal.utils.ArtifactHelper
 
findConfigAwareModel(ExtensionModel, IdentifiableElementDeclaration) - Static method in class org.mule.runtime.module.tooling.internal.utils.ArtifactHelperUtils
 
findConfigurationDeclaration(String) - Method in class org.mule.runtime.module.tooling.internal.utils.ArtifactHelper
 
findExtension(ElementDeclaration) - Method in class org.mule.runtime.module.tooling.internal.utils.ArtifactHelper
 
findModel(ExtensionModel, ElementDeclaration) - Method in class org.mule.runtime.module.tooling.internal.utils.ArtifactHelper
 
findModel(ExtensionModel, IdentifiableElementDeclaration) - Static method in class org.mule.runtime.module.tooling.internal.utils.ArtifactHelperUtils
 
findVersions(BundleDescriptor) - Method in class org.mule.runtime.module.tooling.internal.DefaultToolingService.DomainMavenReactorResolver
 
forcedDeploymentProperties() - Method in class org.mule.runtime.module.tooling.internal.AbstractArtifactAgnosticServiceBuilder
 
forcedDeploymentProperties() - Method in class org.mule.runtime.module.tooling.internal.config.DefaultDeclarationSessionBuilder
 

G

get() - Method in interface org.mule.runtime.module.tooling.internal.ApplicationSupplier
 
getArtifactId() - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency
 
getArtifactId() - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Exclusion
 
getCauseException() - Method in exception org.mule.runtime.module.tooling.internal.AbstractArtifactAgnosticService.ApplicationStartingException
 
getClassifier() - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency
 
getConfigModel() - Method in class org.mule.runtime.module.tooling.internal.utils.ArtifactHelperUtils.ConfigAwareModel
 
getConfigurationInstance(ComponentModel, ComponentElementDeclaration) - Method in class org.mule.runtime.module.tooling.internal.artifact.metadata.MetadataExecutor
 
getConfigurationInstance(String) - Method in class org.mule.runtime.module.tooling.internal.utils.ArtifactHelper
 
getExclusions() - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency
 
getExtensionModel(ElementDeclaration) - Method in class org.mule.runtime.module.tooling.internal.utils.ArtifactHelper
 
getExtensions() - Method in class org.mule.runtime.module.tooling.internal.utils.ArtifactHelper
 
getFieldValues(ParameterizedElementDeclaration, String, String) - Method in interface org.mule.runtime.module.tooling.api.artifact.DeclarationSession
Retrieve all Value that can be configured for the field in the given parameter.
getFieldValues(ParameterizedElementDeclaration, String, String) - Method in class org.mule.runtime.module.tooling.internal.config.DefaultDeclarationSession
 
getFieldValues(ParameterizedElementDeclaration, String, String) - Method in class org.mule.runtime.module.tooling.internal.config.InternalDeclarationSession
 
getGroupId() - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency
 
getGroupId() - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Exclusion
 
getMetadataKey() - Method in class org.mule.runtime.module.tooling.internal.artifact.metadata.MetadataKeyResult
 
getMetadataKeys(ComponentElementDeclaration) - Method in interface org.mule.runtime.module.tooling.api.artifact.DeclarationSession
Returns the list of keys that can be resolved associated to the specified component.
getMetadataKeys(ComponentElementDeclaration) - Method in class org.mule.runtime.module.tooling.internal.config.DefaultDeclarationSession
 
getMetadataKeys(ComponentElementDeclaration) - Method in class org.mule.runtime.module.tooling.internal.config.InternalDeclarationSession
 
getModel() - Method in class org.mule.runtime.module.tooling.internal.utils.ArtifactHelperUtils.ConfigAwareModel
 
getOptional() - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency
 
getParameterClass(ParameterModel, ElementDeclaration) - Method in class org.mule.runtime.module.tooling.internal.utils.ArtifactHelper
 
getPartialReason() - Method in class org.mule.runtime.module.tooling.internal.artifact.metadata.MetadataKeyResult
 
getSampleData(ComponentElementDeclaration) - Method in interface org.mule.runtime.module.tooling.api.artifact.DeclarationSession
Retrieves any sample data available for the component.
getSampleData(ComponentModel, ComponentElementDeclaration) - Method in class org.mule.runtime.module.tooling.internal.artifact.sampledata.SampleDataExecutor
 
getSampleData(ComponentElementDeclaration) - Method in class org.mule.runtime.module.tooling.internal.config.DefaultDeclarationSession
 
getSampleData(ComponentElementDeclaration) - Method in class org.mule.runtime.module.tooling.internal.config.InternalDeclarationSession
 
getScope() - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency
 
getStartedApplication() - Method in class org.mule.runtime.module.tooling.internal.AbstractArtifactAgnosticService
 
getSystemPath() - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency
 
getType() - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency
 
getUniqueIdString(String) - Method in class org.mule.runtime.module.tooling.internal.DefaultToolingService
Generates a unique id for an artifact (domain or application).
getValues(ParameterizedElementDeclaration, String) - Method in interface org.mule.runtime.module.tooling.api.artifact.DeclarationSession
Retrieve all Value that can be configured for the given parameter.
getValues(ParameterizedElementDeclaration, String) - Method in class org.mule.runtime.module.tooling.internal.config.DefaultDeclarationSession
 
getValues(ParameterizedElementDeclaration, String) - Method in class org.mule.runtime.module.tooling.internal.config.InternalDeclarationSession
 
getVersion() - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency
 

H

hasParameterOfType(ComponentModel, StereotypeModel) - Method in class org.mule.runtime.module.tooling.internal.utils.ArtifactHelper
 

I

initialise() - Method in interface org.mule.runtime.module.tooling.api.ToolingService
 
initialise() - Method in class org.mule.runtime.module.tooling.internal.DefaultToolingService
InternalDeclarationSession - Class in org.mule.runtime.module.tooling.internal.config
 
INVALID_PARAMETER_VALUE - Static variable in class org.mule.runtime.module.tooling.internal.artifact.AbstractParameterResolverExecutor
 
isComplete() - Method in class org.mule.runtime.module.tooling.internal.artifact.metadata.MetadataKeyResult
 
isOptional() - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency
 

L

logger - Variable in class org.mule.runtime.module.tooling.internal.DefaultToolingService
 

M

metadataCacheManager - Variable in class org.mule.runtime.module.tooling.internal.config.InternalDeclarationSession
 
MetadataComponentExecutor - Class in org.mule.runtime.module.tooling.internal.artifact.metadata
 
MetadataComponentExecutor(ConnectionManager, ReflectionCache, ExpressionManager, ArtifactHelper, MetadataCacheIdGenerator<ElementDeclaration>, MetadataCacheManager) - Constructor for class org.mule.runtime.module.tooling.internal.artifact.metadata.MetadataComponentExecutor
 
MetadataExecutor - Class in org.mule.runtime.module.tooling.internal.artifact.metadata
 
MetadataExecutor(ConnectionManager, ReflectionCache, ExpressionManager, ArtifactHelper, MetadataCacheIdGenerator<ElementDeclaration>, MetadataCacheManager) - Constructor for class org.mule.runtime.module.tooling.internal.artifact.metadata.MetadataExecutor
 
MetadataKeyDeclarationResolver - Class in org.mule.runtime.module.tooling.internal.artifact.metadata
Resolver that creates a MetadataKey from a ComponentElementDeclaration.
MetadataKeyDeclarationResolver(ComponentModel, ComponentElementDeclaration) - Constructor for class org.mule.runtime.module.tooling.internal.artifact.metadata.MetadataKeyDeclarationResolver
 
MetadataKeyDeclarationResolver(ComponentModel, ComponentElementDeclaration, ExpressionManager) - Constructor for class org.mule.runtime.module.tooling.internal.artifact.metadata.MetadataKeyDeclarationResolver
 
metadataKeyResult(boolean) - Method in class org.mule.runtime.module.tooling.internal.artifact.metadata.MetadataKeyDeclarationResolver
 
MetadataKeyResult - Class in org.mule.runtime.module.tooling.internal.artifact.metadata
Adds information regarding a MetadataKey whether it is complete (has all required parts) or not and in the case it is not complete, the reason why.
MetadataKeyResult(MetadataKey) - Constructor for class org.mule.runtime.module.tooling.internal.artifact.metadata.MetadataKeyResult
 
MetadataKeyResult(MetadataKey, String) - Constructor for class org.mule.runtime.module.tooling.internal.artifact.metadata.MetadataKeyResult
 
MetadataKeysExecutor - Class in org.mule.runtime.module.tooling.internal.artifact.metadata
 
MetadataKeysExecutor(ConnectionManager, ReflectionCache, ExpressionManager, ArtifactHelper, MetadataCacheIdGenerator<ElementDeclaration>, MetadataCacheManager) - Constructor for class org.mule.runtime.module.tooling.internal.artifact.metadata.MetadataKeysExecutor
 
MULE_METADATA_CACHE_DISABLE - Static variable in class org.mule.runtime.module.tooling.internal.config.DefaultDeclarationSessionBuilder
 
muleContext - Variable in class org.mule.runtime.module.tooling.internal.artifact.AbstractParameterResolverExecutor
 

N

newConnectivityTestingServiceBuilder() - Method in interface org.mule.runtime.module.tooling.api.ToolingService
Provides a service to create a connectivity testing service using a builder which can be used to configured resources of a dynamically created artifact
newConnectivityTestingServiceBuilder() - Method in class org.mule.runtime.module.tooling.internal.DefaultToolingService
Provides a service to create a connectivity testing service using a builder which can be used to configured resources of a dynamically created artifact
newDeclarationSessionBuilder() - Method in interface org.mule.runtime.module.tooling.api.ToolingService
Provides a DeclarationSessionBuilder to create a DeclarationSession by providing required configuration elements.
newDeclarationSessionBuilder() - Method in class org.mule.runtime.module.tooling.internal.DefaultToolingService
 

O

org.mule.runtime.module.tooling.api - package org.mule.runtime.module.tooling.api
 
org.mule.runtime.module.tooling.api.artifact - package org.mule.runtime.module.tooling.api.artifact
 
org.mule.runtime.module.tooling.api.connectivity - package org.mule.runtime.module.tooling.api.connectivity
 
org.mule.runtime.module.tooling.internal - package org.mule.runtime.module.tooling.internal
 
org.mule.runtime.module.tooling.internal.artifact - package org.mule.runtime.module.tooling.internal.artifact
 
org.mule.runtime.module.tooling.internal.artifact.metadata - package org.mule.runtime.module.tooling.internal.artifact.metadata
 
org.mule.runtime.module.tooling.internal.artifact.params - package org.mule.runtime.module.tooling.internal.artifact.params
 
org.mule.runtime.module.tooling.internal.artifact.sampledata - package org.mule.runtime.module.tooling.internal.artifact.sampledata
 
org.mule.runtime.module.tooling.internal.artifact.value - package org.mule.runtime.module.tooling.internal.artifact.value
 
org.mule.runtime.module.tooling.internal.config - package org.mule.runtime.module.tooling.internal.config
 
org.mule.runtime.module.tooling.internal.connectivity - package org.mule.runtime.module.tooling.internal.connectivity
 
org.mule.runtime.module.tooling.internal.utils - package org.mule.runtime.module.tooling.internal.utils
 

P

ParameterExtractor - Class in org.mule.runtime.module.tooling.internal.artifact.params
 
ParameterSimpleValueExtractor - Class in org.mule.runtime.module.tooling.internal.artifact.params
ParameterModel simple value extractor.
ParameterSimpleValueExtractor() - Constructor for class org.mule.runtime.module.tooling.internal.artifact.params.ParameterSimpleValueExtractor
 
parametersMap(ParameterizedElementDeclaration, ParameterizedModel) - Method in class org.mule.runtime.module.tooling.internal.artifact.AbstractParameterResolverExecutor
 
parameterValueResolver(ParameterizedElementDeclaration, ParameterizedModel) - Method in class org.mule.runtime.module.tooling.internal.artifact.AbstractParameterResolverExecutor
 

R

reflectionCache - Variable in class org.mule.runtime.module.tooling.internal.artifact.AbstractParameterResolverExecutor
 
reflectionCache - Variable in class org.mule.runtime.module.tooling.internal.artifact.metadata.MetadataExecutor
 
removeExclusion(ArtifactAgnosticServiceBuilder.Exclusion) - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency
 
resolveComponentMetadata(ComponentElementDeclaration) - Method in interface org.mule.runtime.module.tooling.api.artifact.DeclarationSession
Retrieve all the dynamic metadata for the given component.
resolveComponentMetadata(ComponentModel, ComponentElementDeclaration) - Method in class org.mule.runtime.module.tooling.internal.artifact.metadata.MetadataComponentExecutor
 
resolveComponentMetadata(ComponentElementDeclaration) - Method in class org.mule.runtime.module.tooling.internal.config.DefaultDeclarationSession
 
resolveComponentMetadata(ComponentElementDeclaration) - Method in class org.mule.runtime.module.tooling.internal.config.InternalDeclarationSession
 
resolveFieldValues(ParameterizedModel, ParameterizedElementDeclaration, String, String) - Method in class org.mule.runtime.module.tooling.internal.artifact.value.ValueProviderExecutor
 
resolveKeyResult() - Method in class org.mule.runtime.module.tooling.internal.artifact.metadata.MetadataKeyDeclarationResolver
 
resolveMetadataKeys(ComponentModel, ComponentElementDeclaration) - Method in class org.mule.runtime.module.tooling.internal.artifact.metadata.MetadataKeysExecutor
 
resolvePartialKey() - Method in class org.mule.runtime.module.tooling.internal.artifact.metadata.MetadataKeyDeclarationResolver
 
resolverRequiresConfiguration(Optional<TypeResolversInformationModelProperty>, ComponentModel) - Method in class org.mule.runtime.module.tooling.internal.artifact.metadata.MetadataComponentExecutor
 
resolverRequiresConfiguration(Optional<TypeResolversInformationModelProperty>, ComponentModel) - Method in class org.mule.runtime.module.tooling.internal.artifact.metadata.MetadataExecutor
 
resolverRequiresConfiguration(Optional<TypeResolversInformationModelProperty>, ComponentModel) - Method in class org.mule.runtime.module.tooling.internal.artifact.metadata.MetadataKeysExecutor
 
resolveValues(ParameterizedModel, ParameterizedElementDeclaration, String) - Method in class org.mule.runtime.module.tooling.internal.artifact.value.ValueProviderExecutor
 
runWithMetadataContext(ComponentElementDeclaration, Optional<ConfigurationInstance>, ClassLoader, Function<MetadataContext, MetadataResult<T>>) - Method in class org.mule.runtime.module.tooling.internal.artifact.metadata.MetadataExecutor
 

S

SampleDataExecutor - Class in org.mule.runtime.module.tooling.internal.artifact.sampledata
 
SampleDataExecutor(MuleContext, ExpressionManager, SampleDataService, ReflectionCache, ArtifactHelper) - Constructor for class org.mule.runtime.module.tooling.internal.artifact.sampledata.SampleDataExecutor
 
setArtifactDeclaration(ArtifactDeclaration) - Method in interface org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder
Configures the declaration of mule components that represent this artifact.
setArtifactDeclaration(ArtifactDeclaration) - Method in class org.mule.runtime.module.tooling.internal.AbstractArtifactAgnosticServiceBuilder
 
setArtifactId(String) - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency
 
setArtifactId(String) - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Exclusion
 
setArtifactProperties(Map<String, String>) - Method in interface org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder
Sets the artifact properties for the session that would be considered for resolving properties placeholder.
setArtifactProperties(Map<String, String>) - Method in class org.mule.runtime.module.tooling.internal.AbstractArtifactAgnosticServiceBuilder
 
setClassifier(String) - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency
 
setExclusions(List<ArtifactAgnosticServiceBuilder.Exclusion>) - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency
 
setGroupId(String) - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency
 
setGroupId(String) - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Exclusion
 
setOptional(String) - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency
 
setOptional(boolean) - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency
 
setScope(String) - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency
 
setSystemPath(String) - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency
 
setToolingService(ToolingService) - Method in interface org.mule.runtime.module.tooling.api.ToolingServiceAware
Deprecated.
 
setType(String) - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency
 
setVersion(String) - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency
 
stop() - Method in interface org.mule.runtime.module.tooling.api.ToolingService
 
stop() - Method in class org.mule.runtime.module.tooling.internal.DefaultToolingService

T

TemporaryArtifactConnectivityTestingService - Class in org.mule.runtime.module.tooling.internal.connectivity
ConnectivityTestingService for a temporary artifact.
testConnection(String) - Method in interface org.mule.runtime.module.tooling.api.artifact.DeclarationSession
Test connectivity for the connection associated to the configuration with the provided name.
testConnection(String) - Method in class org.mule.runtime.module.tooling.internal.config.DefaultDeclarationSession
 
testConnection(String) - Method in class org.mule.runtime.module.tooling.internal.config.InternalDeclarationSession
 
testConnection(Location) - Method in class org.mule.runtime.module.tooling.internal.connectivity.TemporaryArtifactConnectivityTestingService
ToolingService - Interface in org.mule.runtime.module.tooling.api
Set of services used by tooling to exercise some mule configuration like doing connectivity testing.
ToolingServiceAware - Interface in org.mule.runtime.module.tooling.api
Deprecated.
on 4.1, use @Inject on a field or setter method of type ToolingService
toString() - Method in class org.mule.runtime.module.tooling.api.ArtifactAgnosticServiceBuilder.Dependency
 

V

ValueProviderExecutor - Class in org.mule.runtime.module.tooling.internal.artifact.value
 
ValueProviderExecutor(MuleContext, ConnectionManager, ExpressionManager, ReflectionCache, ArtifactHelper) - Constructor for class org.mule.runtime.module.tooling.internal.artifact.value.ValueProviderExecutor
 
visitListValue(ParameterListValue) - Method in class org.mule.runtime.module.tooling.internal.artifact.params.ParameterExtractor
 
visitListValue(ParameterListValue) - Method in class org.mule.runtime.module.tooling.internal.artifact.params.ParameterSimpleValueExtractor
 
visitObjectValue(ParameterObjectValue) - Method in class org.mule.runtime.module.tooling.internal.artifact.params.ParameterExtractor
 
visitObjectValue(ParameterObjectValue) - Method in class org.mule.runtime.module.tooling.internal.artifact.params.ParameterSimpleValueExtractor
 
visitSimpleValue(ParameterSimpleValue) - Method in class org.mule.runtime.module.tooling.internal.artifact.params.ParameterExtractor
 
visitSimpleValue(ParameterSimpleValue) - Method in class org.mule.runtime.module.tooling.internal.artifact.params.ParameterSimpleValueExtractor
 

W

withTemporaryApplication(Function<Application, T>, Function<Exception, T>) - Method in class org.mule.runtime.module.tooling.internal.AbstractArtifactAgnosticService
 
writeContent(String, File) - Method in class org.mule.runtime.module.tooling.internal.ArtifactFileWriter
Writes application content from artifactContentLocation to a new artifact folder under ArtifactFileWriter.folder with the artifactName.
writeContent(String, byte[]) - Method in class org.mule.runtime.module.tooling.internal.ArtifactFileWriter
Unzips the content of the artifact and writes it to a folder inside the ArtifactFileWriter.folder with the given artifact name.
A B C D E F G H I L M N O P R S T V W 
Skip navigation links

Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.