public class SVNWCUtils
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SVNWCUtils.UnserializedFileExternalInfo |
Constructor and Description |
---|
SVNWCUtils() |
Modifier and Type | Method and Description |
---|---|
static java.io.File |
admChild(java.io.File dirAbsPath,
java.lang.String admChildFileName) |
static void |
admCleanupTmpArea(SVNWCContext context,
java.io.File dirAbsPath) |
static void |
admInitTmpArea(java.io.File dirAbsPath) |
static java.lang.String |
getPathAsChild(java.io.File parent,
java.io.File child) |
static boolean |
isAncestor(java.io.File parent,
java.io.File child) |
static boolean |
isChild(java.io.File parent,
java.io.File child) |
static java.lang.String |
isChild(java.lang.String parentPath,
java.lang.String childPath) |
static java.lang.String |
isChild(SVNURL parent,
SVNURL child) |
static boolean |
isRecursiveDepth(SVNDepth depth)
Return a recursion boolean based on @a depth.
|
static SVNURL |
join(SVNURL rootUrl,
java.io.File relPath) |
static long |
parseLong(java.lang.String value) |
static SVNProperties |
propDiffs(SVNProperties targetProps,
SVNProperties sourceProps) |
static SVNDate |
readDate(long date) |
static int |
relpathDepth(java.io.File relpath) |
static int |
relpathDepth(java.lang.String relpath) |
static java.lang.String |
serializeFileExternal(java.lang.String path,
SVNRevision pegRevision,
SVNRevision revision) |
static java.io.File |
skipAncestor(java.io.File parent,
java.io.File child) |
static SVNWCUtils.UnserializedFileExternalInfo |
unserializeFileExternal(java.lang.String str) |
public static boolean isRecursiveDepth(SVNDepth depth)
public static java.io.File admChild(java.io.File dirAbsPath, java.lang.String admChildFileName)
public static void admCleanupTmpArea(SVNWCContext context, java.io.File dirAbsPath) throws SVNException
SVNException
public static void admInitTmpArea(java.io.File dirAbsPath) throws SVNException
SVNException
public static SVNDate readDate(long date)
public static SVNProperties propDiffs(SVNProperties targetProps, SVNProperties sourceProps)
public static int relpathDepth(java.io.File relpath)
public static int relpathDepth(java.lang.String relpath)
public static SVNWCUtils.UnserializedFileExternalInfo unserializeFileExternal(java.lang.String str) throws SVNException
SVNException
public static java.lang.String serializeFileExternal(java.lang.String path, SVNRevision pegRevision, SVNRevision revision) throws SVNException
SVNException
public static java.lang.String getPathAsChild(java.io.File parent, java.io.File child)
public static boolean isChild(java.io.File parent, java.io.File child)
public static java.lang.String isChild(java.lang.String parentPath, java.lang.String childPath)
public static boolean isAncestor(java.io.File parent, java.io.File child)
public static java.io.File skipAncestor(java.io.File parent, java.io.File child)
public static SVNURL join(SVNURL rootUrl, java.io.File relPath) throws SVNException
SVNException
public static long parseLong(java.lang.String value) throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.