public class OS
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static void
static void
static void
static void
static void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
rmdir
public static void rmdir(File dir)
throws brut.common.BrutException
- Throws:
brut.common.BrutException
-
rmfile
public static void rmfile(String file)
-
rmdir
public static void rmdir(String dir)
throws brut.common.BrutException
- Throws:
brut.common.BrutException
-
cpdir
public static void cpdir(File src,
File dest)
throws brut.common.BrutException
- Throws:
brut.common.BrutException
-
exec
public static void exec(String[] cmd)
throws brut.common.BrutException
- Throws:
brut.common.BrutException
-
-
createTempDirectory
public static File createTempDirectory()
throws
brut.common.BrutException
- Throws:
brut.common.BrutException