-
public final class SystemProcessBuilder extends ProcessBuilder
-
-
Constructor Summary
Constructors Constructor Description SystemProcessBuilder(String command, List<String> arguments, Integer systemProcessInputStreamBufferSize)
-
Method Summary
Modifier and Type Method Description final StringgetCommand()final List<String>getArguments()final IntegergetSystemProcessInputStreamBufferSize()final FilegetDirectory()final UnitsetDirectory(File directory)-
-
Method Detail
-
getCommand
final String getCommand()
-
getArguments
final List<String> getArguments()
-
getSystemProcessInputStreamBufferSize
final Integer getSystemProcessInputStreamBufferSize()
-
getDirectory
final File getDirectory()
-
setDirectory
final Unit setDirectory(File directory)
-
-
-
-