Class SVNWin32Util
java.lang.Object
org.tmatesoft.svn.core.internal.util.jna.SVNWin32Util
class SVNWin32Util
extends java.lang.Object
- Version:
- 1.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic java.lang.String
getApplicationDataPath
(boolean common) static boolean
moveFile
(java.io.File src, java.io.File dst) static boolean
setHidden
(java.io.File file) static boolean
setWritable
(java.io.File file) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SVNWin32Util
SVNWin32Util()
-
-
Method Details
-
setWritable
public static boolean setWritable(java.io.File file) -
setHidden
public static boolean setHidden(java.io.File file) -
moveFile
public static boolean moveFile(java.io.File src, java.io.File dst) -
getApplicationDataPath
public static java.lang.String getApplicationDataPath(boolean common)
-