Class SVNStatusUtil
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.SVNStatusUtil
-
public class SVNStatusUtil extends java.lang.Object
- Version:
- 1.3
-
-
Constructor Summary
Constructors Constructor Description SVNStatusUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getRevisionStatus
public static SVNRevisionStatus getRevisionStatus(java.io.File wcPath, java.lang.String trailURL, boolean committed, ISVNEventHandler eventHandler) throws SVNException
- Throws:
SVNException
-
getStatus
public static SVNStatus getStatus(java.io.File path, SVNWCAccess wcAccess) throws SVNException
- Throws:
SVNException
-
assembleStatus
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
- Throws:
SVNException
-
-