public class ImmutableApplicationDeployable extends Object implements Deployable
Deployable.| Constructor and Description |
|---|
ImmutableApplicationDeployable(String applicationId,
Supplier<URL> applicationUrlContentSupplier,
Supplier<RuntimeToolingService> runtimeToolingServiceSupplier) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationId() |
URL |
getApplicationUrlContent() |
RuntimeToolingService |
getRuntimeToolingService() |
public ImmutableApplicationDeployable(String applicationId, Supplier<URL> applicationUrlContentSupplier, Supplier<RuntimeToolingService> runtimeToolingServiceSupplier)
public String getApplicationId()
getApplicationId in interface Deployablepublic URL getApplicationUrlContent()
getApplicationUrlContent in interface DeployableURL with the location of the application content, either a file path with expanded content or a zip.public RuntimeToolingService getRuntimeToolingService()
getRuntimeToolingService in interface DeployableCopyright © 2017 MuleSoft, Inc.. All rights reserved.