public final class Executables extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
getExecutable(File file) |
static boolean |
getExecutable(Path path) |
static void |
setAllExecutable(Path directory,
boolean state) |
static void |
setExecutable(File file,
boolean state) |
static void |
setExecutable(Path path,
boolean state) |
public static void setExecutable(File file, boolean state) throws IOException
IOException
public static boolean getExecutable(File file) throws IOException
IOException
public static void setExecutable(Path path, boolean state) throws IOException
IOException
public static boolean getExecutable(Path path) throws IOException
IOException
public static void setAllExecutable(Path directory, boolean state) throws IOException
IOException