C - the consumed typeP - the the produced typepublic abstract class Command<C,P> extends Object
| Constructor and Description |
|---|
Command() |
| Modifier and Type | Method and Description |
|---|---|
abstract Class<C> |
getConsumedType() |
abstract CommandInvoker<C,P> |
getInvoker() |
abstract InvocationMatch<?> |
getMatch() |
abstract Class<P> |
getProducedType() |
public Command()
public abstract CommandInvoker<C,P> getInvoker() throws CommandCreationException
CommandCreationExceptionpublic abstract InvocationMatch<?> getMatch()
public abstract Class<P> getProducedType()
public abstract Class<C> getConsumedType()
Copyright © 2014 eXo Platform SAS. All Rights Reserved.