public class ContextAwareWildflyRuntimeExecConfig extends Object implements ContextAware, WildflyRuntimeExecConfig, CloneableConfig<WildflyRuntimeExecConfig>
| Constructor and Description |
|---|
ContextAwareWildflyRuntimeExecConfig() |
ContextAwareWildflyRuntimeExecConfig(ProviderId providerId,
String warPath,
String redeployStrategy) |
| Modifier and Type | Method and Description |
|---|---|
WildflyRuntimeExecConfig |
asNewClone(WildflyRuntimeExecConfig origin) |
ProviderId |
getProviderId() |
String |
getRedeployStrategy() |
String |
getWarPath() |
void |
setContext(Map<String,?> context) |
public ContextAwareWildflyRuntimeExecConfig()
public ContextAwareWildflyRuntimeExecConfig(ProviderId providerId, String warPath, String redeployStrategy)
public void setContext(Map<String,?> context)
setContext in interface ContextAwarepublic ProviderId getProviderId()
getProviderId in interface ProvisioningConfiggetProviderId in interface RuntimeConfigpublic String getWarPath()
getWarPath in interface WildflyRuntimeConfigurationpublic String getRedeployStrategy()
getRedeployStrategy in interface WildflyRuntimeConfigurationpublic WildflyRuntimeExecConfig asNewClone(WildflyRuntimeExecConfig origin)
asNewClone in interface CloneableConfig<WildflyRuntimeExecConfig>Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.