Class LauncherCommandExecutor

java.lang.Object
com.codingchili.core.context.DefaultCommandExecutor
com.codingchili.core.context.LauncherCommandExecutor
All Implemented Interfaces:
CommandExecutor

public class LauncherCommandExecutor extends DefaultCommandExecutor
Command executor that registers launch commands to a CommandExecutor.
  • Constructor Details

    • LauncherCommandExecutor

      public LauncherCommandExecutor()
      constructs an instance with the default logger
    • LauncherCommandExecutor

      public LauncherCommandExecutor(Logger logger)
      Parameters:
      logger - constructs an instance with specified logger
  • Method Details