public class SVNLinuxUtil extends Object
Constructor and Description |
---|
SVNLinuxUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
createSymlink(File file,
String linkName) |
static SVNFileType |
getFileType(File file) |
static String |
getLinkTarget(File file) |
static Long |
getSymlinkLastModified(File file) |
static Boolean |
isExecutable(File file) |
static boolean |
setExecutable(File file,
boolean set) |
static boolean |
setSGID(File file) |
static boolean |
setWritable(File file) |
public static SVNFileType getFileType(File file)
public static boolean setExecutable(File file, boolean set)
public static boolean setWritable(File file)
public static boolean setSGID(File file)
Copyright © 2023. All rights reserved.