Interface ISynchronousProcess
-
- All Superinterfaces:
IProcess
- All Known Implementing Classes:
SynchronousProcess
public interface ISynchronousProcess extends IProcess
Defines the synchronous process
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getErrorOutput()
Get the error outputjava.lang.String
getOutput()
Get the standard output-
Methods inherited from interface com.github.toolarium.system.command.process.IProcess
getExitValue, getPid, getStartTime, getSystemCommandGroupList, getTotalCpuDuration
-
-