Class Executable
java.lang.Object
net.ME1312.SubServers.Host.Executable.Executable
Executable Handler Class
-
Method Summary
-
Method Details
-
parse
Format a command to be executed- Parameters:
gitbash
- Git Bash location (optional)exec
- Executable String- Returns:
- Formatted Executable
-
pid
Get the PID of a currently running process- Parameters:
process
- Process- Returns:
- Process ID (null if unknown)
-
terminate
Terminate a currently running process- Parameters:
process
- Process
-