public class OpenShiftProviderConfigExecutor extends Object implements ProviderBuilder<OpenShiftProviderConfig,OpenShiftProvider>, ProviderDestroyer, FunctionConfigExecutor<OpenShiftProviderConfig,OpenShiftProvider>
Constructor and Description |
---|
OpenShiftProviderConfigExecutor(RuntimeRegistry runtimeRegistry) |
Modifier and Type | Method and Description |
---|---|
Optional<OpenShiftProvider> |
apply(OpenShiftProviderConfig openshiftProviderConfig) |
void |
destroy(ProviderId providerId) |
Class<? extends Config> |
executeFor() |
String |
outputId() |
boolean |
supports(ProviderConfig config) |
boolean |
supports(ProviderId providerId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
inputId
@Inject public OpenShiftProviderConfigExecutor(RuntimeRegistry runtimeRegistry)
public Optional<OpenShiftProvider> apply(OpenShiftProviderConfig openshiftProviderConfig)
apply
in interface Function<OpenShiftProviderConfig,Optional<OpenShiftProvider>>
public Class<? extends Config> executeFor()
executeFor
in interface ConfigExecutor
public String outputId()
outputId
in interface ConfigExecutor
public boolean supports(ProviderConfig config)
supports
in interface ProviderBuilder<OpenShiftProviderConfig,OpenShiftProvider>
public boolean supports(ProviderId providerId)
supports
in interface ProviderDestroyer
public void destroy(ProviderId providerId)
destroy
in interface ProviderDestroyer
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.