Interface GitCommand
-
- All Superinterfaces:
Command
- All Known Implementing Classes:
GitAddCommand,GitBlameCommand,GitBranchCommand,GitChangeLogCommand,GitCheckInCommand,GitCheckOutCommand,GitDiffCommand,GitInfoCommand,GitRemoteInfoCommand,GitRemoveCommand,GitStatusCommand,GitTagCommand,GitUpdateCommand,JGitAddCommand,JGitBlameCommand,JGitBranchCommand,JGitChangeLogCommand,JGitCheckInCommand,JGitCheckOutCommand,JGitDiffCommand,JGitInfoCommand,JGitListCommand,JGitRemoteInfoCommand,JGitStatusCommand,JGitTagCommand
public interface GitCommand extends Command