| Package | Description |
|---|---|
| zen.scm | |
| zen.scm.abstracts | |
| zen.scm.implementations.svn |
| Modifier and Type | Method and Description |
|---|---|
static AbstractCheckoutCommand |
Commands.getCheckoutCommand(ProfileObject profile) |
static AbstractCatCommand |
Commands.getContentCommand(ProfileObject profile) |
static AbstractDiffCommand |
Commands.getDifferenceCommand(ProfileObject profile) |
static AbstractCommandFactory |
Commands.getFactory(ProfileObject profile) |
static AbstractInfoCommand |
Commands.getInfoCommand(ProfileObject profile) |
static AbstractListCommand |
Commands.getListCommand(ProfileObject profile) |
static AbstractLockCommand |
Commands.getLockCommand(ProfileObject profile) |
static AbstractLogCommand |
Commands.getLogCommand(ProfileObject profile) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<String> |
AbstractCatCommand.cat(String path) |
abstract List<String> |
AbstractCatCommand.cat(String path,
Long revision) |
abstract List<ChangeObject> |
AbstractLogCommand.changes(RevisionObject revision) |
abstract Feedback |
AbstractCheckoutCommand.checkout(String urlPath,
String localPath) |
abstract Feedback |
AbstractCheckoutCommand.checkout(String urlPath,
String localPath,
Long revision) |
abstract List<String> |
AbstractDiffCommand.diff(String path1,
Long revision1,
Long revision2) |
abstract List<String> |
AbstractDiffCommand.diff(String path1,
Long revision1,
String path2,
Long revision2) |
abstract List<String> |
AbstractDiffCommand.diff(String path1,
String path2) |
abstract InfoObject |
AbstractInfoCommand.info(String urlPath) |
abstract InfoObject |
AbstractInfoCommand.info(String urlPath,
Long revision) |
abstract List<LockObject> |
AbstractLockCommand.list(String path) |
abstract List<NodeObject> |
AbstractListCommand.list(String path,
boolean recursive) |
abstract List<NodeObject> |
AbstractListCommand.list(String path,
Long revision,
boolean recursive) |
abstract List<String> |
AbstractLockCommand.remove(String path,
List<LockObject> locks) |
abstract List<String> |
AbstractLockCommand.remove(String path,
String file) |
abstract List<RevisionObject> |
AbstractLogCommand.revisions(String path,
boolean stopOnCopy,
boolean useMergeHistory) |
abstract List<RevisionObject> |
AbstractLogCommand.revisions(String path,
Date date,
boolean stopOnCopy,
boolean useMergeHistory) |
abstract List<RevisionObject> |
AbstractLogCommand.revisions(String path,
Date fromDate,
Date toDate,
boolean stopOnCopy,
boolean useMergeHistory) |
abstract List<RevisionObject> |
AbstractLogCommand.revisions(String path,
Long revision,
boolean stopOnCopy,
boolean useMergeHistory) |
abstract List<RevisionObject> |
AbstractLogCommand.revisions(String path,
Long fromRevision,
Long toRevision,
boolean stopOnCopy,
boolean useMergeHistory) |
abstract List<ChangeObject> |
AbstractDiffCommand.summarize(String path1,
Long revision1,
Long revision2) |
abstract List<ChangeObject> |
AbstractDiffCommand.summarize(String path1,
Long revision1,
String path2,
Long revision2) |
abstract List<ChangeObject> |
AbstractDiffCommand.summarize(String path1,
String path2) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
SVNCatCommand.cat(String path) |
List<String> |
SVNCatCommand.cat(String path,
Long revision) |
List<ChangeObject> |
SVNLogCommand.changes(RevisionObject revision) |
Feedback |
SVNCheckoutCommand.checkout(String urlPath,
String localPath) |
Feedback |
SVNCheckoutCommand.checkout(String urlPath,
String localPath,
Long revision) |
List<String> |
SVNDiffCommand.diff(String path1,
Long revision1,
Long revision2) |
List<String> |
SVNDiffCommand.diff(String path1,
Long revision1,
String path2,
Long revision2) |
List<String> |
SVNDiffCommand.diff(String path1,
String path2) |
static Date |
SvnUtility.getFormattedDate(String line) |
InfoObject |
SVNInfoCommand.info(String urlPath) |
InfoObject |
SVNInfoCommand.info(String urlPath,
Long revision) |
List<LockObject> |
SVNLockCommand.list(String path) |
List<NodeObject> |
SVNListCommand.list(String path,
boolean recursive) |
List<NodeObject> |
SVNListCommand.list(String path,
Long revision,
boolean recursive) |
List<String> |
SVNLockCommand.remove(String path,
List<LockObject> locks) |
List<String> |
SVNLockCommand.remove(String path,
String file) |
List<RevisionObject> |
SVNLogCommand.revisions(String path,
boolean stopOnCopy,
boolean useMergeHistory) |
List<RevisionObject> |
SVNLogCommand.revisions(String path,
Date date,
boolean stopOnCopy,
boolean useMergeHistory) |
List<RevisionObject> |
SVNLogCommand.revisions(String path,
Date fromDate,
Date toDate,
boolean stopOnCopy,
boolean useMergeHistory) |
List<RevisionObject> |
SVNLogCommand.revisions(String path,
Long revision,
boolean stopOnCopy,
boolean useMergeHistory) |
List<RevisionObject> |
SVNLogCommand.revisions(String path,
Long fromRevision,
Long toRevision,
boolean stopOnCopy,
boolean useMergeHistory) |
List<ChangeObject> |
SVNDiffCommand.summarize(String path1,
Long revision1,
Long revision2) |
List<ChangeObject> |
SVNDiffCommand.summarize(String path1,
Long revision1,
String path2,
Long revision2) |
List<ChangeObject> |
SVNDiffCommand.summarize(String path1,
String path2) |
Copyright © 2012. All Rights Reserved.