Class CommandLine.RunFirst

All Implemented Interfaces:
CommandLine.IExecutionStrategy, CommandLine.IParseResultHandler, CommandLine.IParseResultHandler2<List<Object>>
Enclosing class:
CommandLine

public static class CommandLine.RunFirst extends CommandLine.AbstractParseResultHandler<List<Object>> implements CommandLine.IParseResultHandler

Command line execution strategy that prints help if requested, and otherwise executes the top-level Runnable or Callable command. For use by the execute method.