| java.lang.Object org.tmatesoft.svn.cli.SVNCommand
All known Subclasses: org.tmatesoft.svn.cli.command.SVNAdminRemoveTransactionsCommand, org.tmatesoft.svn.cli.command.SVNMergeCommand, org.tmatesoft.svn.cli.command.SVNImportCommand, org.tmatesoft.svn.cli.command.SVNMkDirCommand, org.tmatesoft.svn.cli.command.SVNMoveCommand, org.tmatesoft.svn.cli.command.SVNExportCommand, org.tmatesoft.svn.cli.command.SVNAdminListTransactionsCommand, org.tmatesoft.svn.cli.command.SVNSyncSynchronizeCommand, org.tmatesoft.svn.cli.command.SVNLookChangedCommand, org.tmatesoft.svn.cli.command.SVNUnlockCommand, org.tmatesoft.svn.cli.command.SVNLookProplistCommand, org.tmatesoft.svn.cli.command.SVNDiffCommand, org.tmatesoft.svn.cli.command.SVNLookYoungestCommand, org.tmatesoft.svn.cli.command.SVNPropdelCommand, org.tmatesoft.svn.cli.command.SVNAdminListLocksCommand, org.tmatesoft.svn.cli.command.SVNLookPropgetCommand, org.tmatesoft.svn.cli.command.SVNLookDateCommand, org.tmatesoft.svn.cli.command.SVNLookUUIDCommand, org.tmatesoft.svn.cli.command.SVNProplistCommand, org.tmatesoft.svn.cli.command.SVNAdminRemoveLocksCommand, org.tmatesoft.svn.cli.command.SVNLookLockCommand, org.tmatesoft.svn.cli.command.SVNResolvedCommand, org.tmatesoft.svn.cli.command.SVNAddCommand, org.tmatesoft.svn.cli.command.SVNPropsetCommand, org.tmatesoft.svn.cli.command.SVNCommitCommand, org.tmatesoft.svn.cli.command.SVNAdminCreateCommand, org.tmatesoft.svn.cli.command.SVNLsCommand, org.tmatesoft.svn.cli.command.SVNCleanupCommand, org.tmatesoft.svn.cli.command.SVNLookLogCommand, org.tmatesoft.svn.cli.command.SVNAdminDumpCommand, org.tmatesoft.svn.cli.command.SVNSyncCopyRevpropsCommand, org.tmatesoft.svn.cli.command.SVNAdminLoadCommand, org.tmatesoft.svn.cli.command.SVNLookHistoryCommand, org.tmatesoft.svn.cli.command.SVNPropgetCommand, org.tmatesoft.svn.cli.command.SVNCopyCommand, org.tmatesoft.svn.cli.command.SVNDeleteCommand, org.tmatesoft.svn.cli.command.SVNSwitchCommand, org.tmatesoft.svn.cli.command.SVNCheckoutCommand, org.tmatesoft.svn.cli.command.SVNLookDiffCommand, org.tmatesoft.svn.cli.command.SVNSyncInitCommand, org.tmatesoft.svn.cli.command.SVNRevertCommand, org.tmatesoft.svn.cli.command.SVNAdminVerifyCommand, org.tmatesoft.svn.cli.command.SVNLookAuthorCommand, org.tmatesoft.svn.cli.command.SVNInfoCommand, org.tmatesoft.svn.cli.command.SVNLookInfoCommand, org.tmatesoft.svn.cli.command.SVNCatCommand, org.tmatesoft.svn.cli.command.SVNLookCatCommand, org.tmatesoft.svn.cli.command.SVNAnnotateCommand, org.tmatesoft.svn.cli.command.SVNStatusCommand, org.tmatesoft.svn.cli.command.SVNLookDirsChangedCommand, org.tmatesoft.svn.cli.command.SVNLookTreeCommand, org.tmatesoft.svn.cli.command.SVNUpdateCommand, org.tmatesoft.svn.cli.command.SVNLockCommand, org.tmatesoft.svn.cli.command.SVNLogCommand,
SVNCommand | abstract public class SVNCommand (Code) | | version: 1.1.1 author: TMate Software Ltd. |
Method Summary | |
public static String | formatString(String str, int chars, boolean left) | protected SVNClientManager | getClientManager() | public static SVNCommand | getCommand(String name) | public static SVNCommand | getCommand(String name, Map commands) | protected SVNCommandLine | getCommandLine() | protected String | getCommitMessage() | protected static int | getLinesCount(String str) | protected SVNRevision[] | getStartEndRevisions() | public static boolean | hasPegRevision(String commandName) | public static boolean | isForceLogCommand(String commandName) | protected static boolean | matchTabsInPath(String path, PrintStream out) | protected static boolean | matchTabsInURL(String url, PrintStream out) | protected static SVNRevision | parseRevision(SVNCommandLine commandLine) | public static void | print(PrintStream out, String line) | public static void | println(PrintStream out, String line) | public static void | println(PrintStream out) | abstract public void | run(PrintStream out, PrintStream err) | abstract public void | run(InputStream in, PrintStream out, PrintStream err) | public void | setCommandLine(SVNCommandLine commandLine) |
getLinesCount | protected static int getLinesCount(String str)(Code) | | |
hasPegRevision | public static boolean hasPegRevision(String commandName)(Code) | | |
isForceLogCommand | public static boolean isForceLogCommand(String commandName)(Code) | | |
|
|