V - public interface Command<KP,V>
| Modifier and Type | Method and Description |
|---|---|
V |
execute(ExecutionContext<KP> context,
PropertySet<KP> propertySet,
Object... args) |
V execute(ExecutionContext<KP> context, PropertySet<KP> propertySet, Object... args) throws Exception
Exception