Package org.guvnor.ala.wildfly.executor
Class WildflyRuntimeExecExecutor<T extends WildflyRuntimeConfiguration>
- java.lang.Object
-
- org.guvnor.ala.wildfly.executor.WildflyRuntimeExecExecutor<T>
-
- All Implemented Interfaces:
Function<T,Optional<WildflyRuntime>>,org.guvnor.ala.pipeline.ConfigExecutor,org.guvnor.ala.pipeline.FunctionConfigExecutor<T,WildflyRuntime>,org.guvnor.ala.runtime.RuntimeBuilder<T,WildflyRuntime>,org.guvnor.ala.runtime.RuntimeDestroyer
public class WildflyRuntimeExecExecutor<T extends WildflyRuntimeConfiguration> extends Object implements org.guvnor.ala.runtime.RuntimeBuilder<T,WildflyRuntime>, org.guvnor.ala.runtime.RuntimeDestroyer, org.guvnor.ala.pipeline.FunctionConfigExecutor<T,WildflyRuntime>
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description WildflyRuntimeExecExecutor(org.guvnor.ala.registry.RuntimeRegistry runtimeRegistry, WildflyAccessInterface wildfly)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<WildflyRuntime>apply(WildflyRuntimeConfiguration config)voiddestroy(org.guvnor.ala.runtime.RuntimeId runtimeId)Class<? extends org.guvnor.ala.config.Config>executeFor()StringoutputId()booleansupports(org.guvnor.ala.config.RuntimeConfig config)booleansupports(org.guvnor.ala.runtime.RuntimeId runtimeId)
-
-
-
Constructor Detail
-
WildflyRuntimeExecExecutor
@Inject public WildflyRuntimeExecExecutor(org.guvnor.ala.registry.RuntimeRegistry runtimeRegistry, WildflyAccessInterface wildfly)
-
-
Method Detail
-
apply
public Optional<WildflyRuntime> apply(WildflyRuntimeConfiguration config)
- Specified by:
applyin interfaceFunction<T extends WildflyRuntimeConfiguration,Optional<WildflyRuntime>>
-
executeFor
public Class<? extends org.guvnor.ala.config.Config> executeFor()
- Specified by:
executeForin interfaceorg.guvnor.ala.pipeline.ConfigExecutor
-
outputId
public String outputId()
- Specified by:
outputIdin interfaceorg.guvnor.ala.pipeline.ConfigExecutor
-
supports
public boolean supports(org.guvnor.ala.config.RuntimeConfig config)
- Specified by:
supportsin interfaceorg.guvnor.ala.runtime.RuntimeBuilder<T extends WildflyRuntimeConfiguration,WildflyRuntime>
-
supports
public boolean supports(org.guvnor.ala.runtime.RuntimeId runtimeId)
- Specified by:
supportsin interfaceorg.guvnor.ala.runtime.RuntimeDestroyer
-
destroy
public void destroy(org.guvnor.ala.runtime.RuntimeId runtimeId)
- Specified by:
destroyin interfaceorg.guvnor.ala.runtime.RuntimeDestroyer
-
-