public interface ToolingArtifactContext
ToolingArtifact.| Modifier and Type | Method and Description |
|---|---|
Optional<org.mule.tooling.client.api.configuration.agent.AgentConfiguration> |
getAgentConfiguration() |
ApplicationCache |
getApplicationCache() |
ApplicationService |
getApplicationService() |
ComponentBuildingDefinitionLoader |
getComponentBuildingDefinitionLoader() |
org.mule.maven.client.api.MavenClient |
getMavenClient() |
MuleRuntimeExtensionModelProvider |
getMuleRuntimeExtensionModelProvider() |
RuntimeToolingService |
getRuntimeToolingService() |
Optional<org.mule.tooling.client.api.configuration.agent.AgentConfiguration> getAgentConfiguration()
RuntimeToolingService getRuntimeToolingService()
RuntimeToolingService if there was a Mule Plugin Agent configuration set.ApplicationCache getApplicationCache()
ApplicationCache for this context.org.mule.maven.client.api.MavenClient getMavenClient()
MavenClient for this context.MuleRuntimeExtensionModelProvider getMuleRuntimeExtensionModelProvider()
MuleRuntimeExtensionModelProvider for this context.ComponentBuildingDefinitionLoader getComponentBuildingDefinitionLoader()
ComponentBuildingDefinitionLoader for this context.ApplicationService getApplicationService()
ApplicationService for this context.Copyright © 2017 MuleSoft, Inc.. All rights reserved.