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 CommandMatch()
public abstract CommandInvoker<C,P> getInvoker() throws CommandException
CommandExceptionpublic abstract Class<P> getProducedType()
public abstract Class<C> getConsumedType()
Copyright © 2015 eXo Platform SAS. All Rights Reserved.