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