Class ResetCommand

  • All Implemented Interfaces:
    Callable<Ref>

    public class ResetCommand
    extends GitCommand<Ref>
    A class used to execute a Reset command. It has setters for all supported options and arguments of this command and a call() method to finally execute the command. Each instance of this class should only be used for one invocation of the command (means: one call to call())
    See Also:
    Git documentation about Reset