Interface ConsoleCommandLayerInterface

    • Method Summary

      Modifier and Type Method Description
      java.lang.Object execute​(java.util.List<java.lang.Object> parameters)
      Command implementation.
      • Methods inherited from interface java.lang.reflect.InvocationHandler

        invoke
    • Method Detail

      • execute

        java.lang.Object execute​(java.util.List<java.lang.Object> parameters)
        Command implementation.
        Parameters:
        parameters - Parameters to execute the command.
        Returns:
        Result of the command execution.