public class ServiceCatalogHandler extends Object implements Handler<ServiceCatalogConfig>
| Constructor and Description |
|---|
ServiceCatalogHandler(Resources resources) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(Class<? extends Configuration> type) |
String |
getKey() |
void |
handle(ServiceCatalogConfig config) |
int |
order() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFallbackConfigpublic ServiceCatalogHandler(Resources resources)
public int order()
order in interface Handler<ServiceCatalogConfig>public String getKey()
getKey in interface Handler<ServiceCatalogConfig>public void handle(ServiceCatalogConfig config)
handle in interface Handler<ServiceCatalogConfig>public boolean canHandle(Class<? extends Configuration> type)
canHandle in interface Handler<ServiceCatalogConfig>Copyright © 2018–2021 Red Hat. All rights reserved.