Class SVNLinuxUtil
java.lang.Object
org.tmatesoft.svn.core.internal.util.jna.SVNLinuxUtil
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final boolean
private static com.sun.jna.Memory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
createSymlink
(File file, String linkName) private static int
private static int
private static int
static SVNFileType
getFileType
(File file) private static int
static String
getLinkTarget
(File file) static Long
getSymlinkLastModified
(File file) static Boolean
isExecutable
(File file) static boolean
setExecutable
(File file, boolean set) static boolean
static boolean
setWritable
(File file)
-
Field Details
-
ourIsDashStat
private static final boolean ourIsDashStat
-
Constructor Details
-
SVNLinuxUtil
public SVNLinuxUtil()
-
-
Method Details
-
getFileType
-
isExecutable
-
getLinkTarget
-
getSymlinkLastModified
-
setExecutable
-
setWritable
-
setSGID
-
createSymlink
-
getFileModeOffset
private static int getFileModeOffset() -
getFileUserIDOffset
private static int getFileUserIDOffset() -
getFileGroupIDOffset
private static int getFileGroupIDOffset() -
getFileLastModifiedOffset
private static int getFileLastModifiedOffset()
-