Class RebaseCommand

All Implemented Interfaces:
Callable<RebaseResult>

public class RebaseCommand extends GitCommand<RebaseResult>
A class used to execute a Rebase 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: