Class Shell

java.lang.Object
ru.ewc.decita.manual.Shell

public final class Shell extends Object
I am the shell for manual library testing. My main responsibility is to hide Java complexities behind a simple interface.
Since:
0.2.2
  • Field Details

    • COMMANDS

      public static final Set<String> COMMANDS
      Set of predefined autocompletion options, contains all available commands.
  • Method Details

    • main

      public static void main(String[] args) throws IOException
      The method to run a simplified manual testing utility.
      Parameters:
      args - Collection of String arguments to initialize Shell.
      Throws:
      IOException - If the command line terminal could not be created.