public class Executable extends Object
NOTE: System and platform binaries will only be discovered at class initialization.
Constructor and Description |
---|
Executable(File userSpecifiedBinaryPath) |
Modifier and Type | Method and Description |
---|---|
OutputStream |
getDefaultOutputStream() |
File |
getFile() |
String |
getPath() |
void |
setLibraryPath(CommandLine command,
Map<String,String> extraEnv) |
public Executable(File userSpecifiedBinaryPath)
public File getFile()
public String getPath()
public void setLibraryPath(CommandLine command, Map<String,String> extraEnv)
public OutputStream getDefaultOutputStream()
Copyright © 2015. All rights reserved.