public class UnixConsole extends Console
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OS_FAMILY_NAME |
ENV_CLASSPATH, ENV_PATH, EOL, FILE_SEP, OS_32_BIT, OS_64_BIT, OS_FAMILY_SYS_PROP, OS_NAME, PATH_SEP
Constructor and Description |
---|
UnixConsole() |
Modifier and Type | Method and Description |
---|---|
Process2 |
batch(java.io.File workingDirectory,
java.util.List<java.lang.String> batchAndArgs)
subclass should override this method to provide its own implementation.
|
java.lang.String |
getRecursiveDeleteCommand() |
asList, batch, deduceOSFamily, deleteDirectory, forOsFamily, get, getClassPath, getLastCommand, getOsArchitecture, getOsFamilyName, getPath, is64BitOS, isMacOS, isUnixOS, isWindowsOS, main, quote, start, start, start, start
public static final java.lang.String OS_FAMILY_NAME
public Process2 batch(java.io.File workingDirectory, java.util.List<java.lang.String> batchAndArgs) throws java.io.IOException
Console
public java.lang.String getRecursiveDeleteCommand()
getRecursiveDeleteCommand
in class Console
Console.deleteDirectory(String)
Copyright © SAS Institute. All Rights Reserved.