Class Add


class Add extends TextBuiltin
  • Field Details

    • update

      private boolean update
    • filepatterns

      private List<String> filepatterns
  • Constructor Details

    • Add

      Add()
  • Method Details

    • run

      protected void run() throws Exception
      Perform the actions of this command.

      This method should only be invoked by TextBuiltin.execute(String[]).

      Specified by:
      run in class TextBuiltin
      Throws:
      Exception - an error occurred while processing the command. The main framework will catch the exception and print a message on standard error.