Class CommandBatch

  • All Implemented Interfaces:
    ExecutableCliCommand

    public class CommandBatch
    extends Object
    implements ExecutableCliCommand
    An ExecutableCliCommand processing a batch file.
     Usage: appng batch [options]
       Options:
         -d
            Print the commands that would be executed after the batch file has been
            parsed, but do not execute them (dry-run).
            Default: false
       * -f
            The name of the batch file.
     
    Author:
    Matthias Müller, Matthias Herlitzius