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, waitinputId@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 ConfigExecutorpublic String outputId()
outputId in interface ConfigExecutorpublic boolean supports(ProviderConfig config)
supports in interface ProviderBuilder<OpenShiftProviderConfig,OpenShiftProvider>public boolean supports(ProviderId providerId)
supports in interface ProviderDestroyerpublic void destroy(ProviderId providerId)
destroy in interface ProviderDestroyerCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.