public class WildflyRuntimeExecExecutor<T extends WildflyRuntimeConfiguration> extends Object implements RuntimeBuilder<T,WildflyRuntime>, RuntimeDestroyer, FunctionConfigExecutor<T,WildflyRuntime>
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
WildflyRuntimeExecExecutor(RuntimeRegistry runtimeRegistry,
WildflyAccessInterface docker) |
| Modifier and Type | Method and Description |
|---|---|
Optional<WildflyRuntime> |
apply(WildflyRuntimeConfiguration config) |
void |
destroy(RuntimeId runtimeId) |
Class<? extends Config> |
executeFor() |
String |
outputId() |
boolean |
supports(RuntimeConfig config) |
boolean |
supports(RuntimeId runtimeId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinputId@Inject public WildflyRuntimeExecExecutor(RuntimeRegistry runtimeRegistry, WildflyAccessInterface docker)
public Optional<WildflyRuntime> apply(WildflyRuntimeConfiguration config)
apply in interface Function<T extends WildflyRuntimeConfiguration,Optional<WildflyRuntime>>public Class<? extends Config> executeFor()
executeFor in interface ConfigExecutorpublic String outputId()
outputId in interface ConfigExecutorpublic boolean supports(RuntimeConfig config)
supports in interface RuntimeBuilder<T extends WildflyRuntimeConfiguration,WildflyRuntime>public boolean supports(RuntimeId runtimeId)
supports in interface RuntimeDestroyerpublic void destroy(RuntimeId runtimeId)
destroy in interface RuntimeDestroyerCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.