All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static ConflictDescriptor |
createConflictDescription(SVNConflictDescription conflictDescription) |
private static ConflictVersion |
createConflictVersion(SVNConflictVersion version) |
static CopySource |
createCopySource(SVNLocationEntry location) |
static DiffSummary |
createDiffSummary(SVNDiffStatus status) |
static DirEntry |
createDirEntry(SVNDirEntry dirEntry) |
static Info |
createInfo(SVNInfo info) |
static Info2 |
createInfo2(SVNInfo info) |
static Lock |
createLock(SVNLock svnLock) |
static LogMessage |
createLogMessage(SVNLogEntry logEntry) |
static Mergeinfo |
createMergeInfo(java.util.Map mergeInfo) |
static NotifyInformation |
createNotifyInformation(SVNEvent event,
java.lang.String path) |
static ProgressEvent |
createProgressEvent(long onProgress,
long total) |
static PropertyData |
createPropertyData(java.lang.Object client,
java.lang.String path,
java.lang.String name,
SVNPropertyValue value) |
static RevisionRange |
createRevisionRange(SVNMergeRange range) |
static RevisionRange[] |
createRevisionRanges(SVNMergeRangeList rangeList) |
static Status |
createStatus(java.lang.String path,
SVNStatus status) |
static java.util.Collection |
getChangeListsCollection(java.lang.String[] changelists) |
static CommitItem[] |
getCommitItems(SVNCommitItem[] commitables,
boolean isImport,
boolean isURLsOnly) |
static int |
getConflictAction(SVNConflictAction conflictAction) |
static int |
getConflictKind(boolean isPropertyConflict) |
private static int |
getConflictOperation(SVNOperation operation) |
static int |
getConflictReason(SVNConflictReason conflictReason) |
static int |
getLockStatusValue(SVNStatusType svnStatusType) |
static java.util.logging.Level |
getLoggingLevel(int level) |
static int |
getNodeKind(SVNNodeKind svnKind) |
static int |
getNotifyActionValue(SVNEventAction action) |
static int |
getStatusValue(SVNStatusType svnStatusType) |
static SVNConflictChoice |
getSVNConflictChoice(int conflictResult) |
static SVNConflictResult |
getSVNConflictResult(ConflictResult conflictResult) |
static SVNDepth |
getSVNDepth(int depth) |
static SVNRevision |
getSVNRevision(Revision r) |
static SVNRevisionRange |
getSVNRevisionRange(RevisionRange revisionRange) |
static void |
handleLogMessage(SVNLogEntry logEntry,
LogMessageCallback handler) |
static int |
infinityOrEmpty(boolean recurse) |
static int |
infinityOrFiles(boolean recurse) |
static int |
infinityOrImmediates(boolean recurse) |
static void |
throwException(SVNException e,
SVNClientImpl svnClient) |
static int |
unknownOrFiles(boolean recurse) |
static int |
unknownOrImmediates(boolean recurse) |