public class SVNLogCommand extends AbstractLogCommand
| Constructor and Description |
|---|
SVNLogCommand(ProfileObject profile) |
| Modifier and Type | Method and Description |
|---|---|
List<ChangeObject> |
changes(RevisionObject revision) |
List<RevisionObject> |
revisions(String path,
boolean stopOnCopy,
boolean useMergeHistory) |
List<RevisionObject> |
revisions(String path,
Date date,
boolean stopOnCopy,
boolean useMergeHistory) |
List<RevisionObject> |
revisions(String path,
Date fromDate,
Date toDate,
boolean stopOnCopy,
boolean useMergeHistory) |
List<RevisionObject> |
revisions(String path,
Long revision,
boolean stopOnCopy,
boolean useMergeHistory) |
List<RevisionObject> |
revisions(String path,
Long fromRevision,
Long toRevision,
boolean stopOnCopy,
boolean useMergeHistory) |
getErrorMessage, getProfile, setProfilepublic SVNLogCommand(ProfileObject profile)
public List<RevisionObject> revisions(String path, boolean stopOnCopy, boolean useMergeHistory) throws CommandException
revisions in class AbstractLogCommandCommandExceptionpublic List<RevisionObject> revisions(String path, Long revision, boolean stopOnCopy, boolean useMergeHistory) throws CommandException
revisions in class AbstractLogCommandCommandExceptionpublic List<RevisionObject> revisions(String path, Long fromRevision, Long toRevision, boolean stopOnCopy, boolean useMergeHistory) throws CommandException
revisions in class AbstractLogCommandCommandExceptionpublic List<RevisionObject> revisions(String path, Date date, boolean stopOnCopy, boolean useMergeHistory) throws CommandException
revisions in class AbstractLogCommandCommandExceptionpublic List<RevisionObject> revisions(String path, Date fromDate, Date toDate, boolean stopOnCopy, boolean useMergeHistory) throws CommandException
revisions in class AbstractLogCommandCommandExceptionpublic List<ChangeObject> changes(RevisionObject revision) throws CommandException
changes in class AbstractLogCommandCommandExceptionCopyright © 2012. All Rights Reserved.