Class SVNWCUtils
java.lang.Object
org.tmatesoft.svn.core.internal.wc17.SVNWCUtils
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Filestatic voidadmCleanupTmpArea(SVNWCContext context, File dirAbsPath) static voidadmInitTmpArea(File dirAbsPath) static StringgetPathAsChild(File parent, File child) static booleanisAncestor(File parent, File child) static booleanstatic Stringstatic Stringstatic booleanisRecursiveDepth(SVNDepth depth) Return a recursion boolean based on @a depth.static SVNURLstatic longstatic SVNPropertiespropDiffs(SVNProperties targetProps, SVNProperties sourceProps) static SVNDatereadDate(long date) static intrelpathDepth(File relpath) static intrelpathDepth(String relpath) static StringserializeFileExternal(String path, SVNRevision pegRevision, SVNRevision revision) static FileskipAncestor(File parent, File child)
-
Constructor Details
-
SVNWCUtils
public SVNWCUtils()
-
-
Method Details
-
isRecursiveDepth
Return a recursion boolean based on @a depth. Although much code has been converted to use depth, some code still takes a recurse boolean. In most cases, it makes sense to treat unknown or infinite depth as recursive, and any other depth as non-recursive (which in turn usually translates to #svn_depth_files). -
admChild
-
admCleanupTmpArea
- Throws:
SVNException
-
admInitTmpArea
- Throws:
SVNException
-
readDate
-
propDiffs
-
relpathDepth
-
relpathDepth
-
unserializeFileExternal
public static SVNWCUtils.UnserializedFileExternalInfo unserializeFileExternal(String str) throws SVNException - Throws:
SVNException
-
serializeFileExternal
public static String serializeFileExternal(String path, SVNRevision pegRevision, SVNRevision revision) throws SVNException - Throws:
SVNException
-
getPathAsChild
-
isChild
-
isChild
-
isAncestor
-
skipAncestor
-
isChild
-
join
- Throws:
SVNException
-
parseLong
- Throws:
SVNException
-