use of io.fabric8.commands.support.BrokerKindCompleter in project fabric8 by jboss-fuse.
the class MQCreate method activate.
@Activate
void activate() {
bindOptionalCompleter("--kind", new BrokerKindCompleter());
activateComponent();
}
Aggregations