public class SVNOS2Util extends Object
Constructor and Description |
---|
SVNOS2Util() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isOS2IO4JPresent() |
static boolean |
moveFile(File src,
File dst)
atomically renames src to dst and
returns false if there is any error on rename.
|
static boolean |
setHidden(File file,
boolean hidden)
makes file hidden and
returns true in case operations succeeded, false in case of any error
|
static void |
setJNAEnabled(boolean enabled) |
static boolean |
setWritable(File file)
makes file writable and
returns true in case operations succeeded, false in case of any error
|
public static void setJNAEnabled(boolean enabled)
public static boolean isOS2IO4JPresent()
public static boolean setWritable(File file)
public static boolean setHidden(File file, boolean hidden)
Copyright © 2023. All rights reserved.