public class SVNStatusUtil
extends java.lang.Object
Constructor and Description |
---|
SVNStatusUtil() |
Modifier and Type | Method and Description |
---|---|
static SVNStatus |
assembleStatus(java.io.File file,
SVNAdminArea dir,
SVNEntry entry,
SVNEntry parentEntry,
SVNNodeKind fileKind,
boolean special,
boolean reportAll,
boolean isIgnored,
java.util.Map repositoryLocks,
SVNURL reposRoot,
SVNWCAccess wcAccess) |
static SVNLock |
getLock(java.util.Map repositoryLocks,
SVNURL url,
SVNURL reposRoot) |
static SVNRevisionStatus |
getRevisionStatus(java.io.File wcPath,
java.lang.String trailURL,
boolean committed,
ISVNEventHandler eventHandler) |
static SVNStatus |
getStatus(java.io.File path,
SVNWCAccess wcAccess) |
public static SVNRevisionStatus getRevisionStatus(java.io.File wcPath, java.lang.String trailURL, boolean committed, ISVNEventHandler eventHandler) throws SVNException
SVNException
public static SVNStatus getStatus(java.io.File path, SVNWCAccess wcAccess) throws SVNException
SVNException
public static SVNStatus assembleStatus(java.io.File file, SVNAdminArea dir, SVNEntry entry, SVNEntry parentEntry, SVNNodeKind fileKind, boolean special, boolean reportAll, boolean isIgnored, java.util.Map repositoryLocks, SVNURL reposRoot, SVNWCAccess wcAccess) throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.