Class RevertCommand

  • All Implemented Interfaces:
    Callable<RevCommit>

    public class RevertCommand
    extends GitCommand<RevCommit>
    A class used to execute a revert 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 revert