C - the consumed typeP - the the produced typepublic abstract class CommandMatch<C,P> extends Object
| Constructor and Description |
|---|
CommandMatch() |
| Modifier and Type | Method and Description |
|---|---|
abstract Class<C> |
getConsumedType() |
abstract CommandInvoker<C,P> |
getInvoker() |
abstract Class<P> |
getProducedType() |
public abstract CommandInvoker<C,P> getInvoker() throws CommandException
CommandExceptionCopyright © 2015 eXo Platform SAS. All Rights Reserved.