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