Package org.hcjf.io.console
Interface ConsoleCommandLayerInterface
-
- All Superinterfaces:
DistributedLayerInterface,java.lang.reflect.InvocationHandler,LayerInterface
public interface ConsoleCommandLayerInterface extends LayerInterface, DistributedLayerInterface
- Author:
- javaito
-
-
Method Summary
Modifier and Type Method Description java.lang.Objectexecute(java.util.List<java.lang.Object> parameters)Command implementation.-
Methods inherited from interface org.hcjf.layers.LayerInterface
getImplName, getRegex, isDistributed, isPlugin, isStateful
-
-