Package org.tweetyproject.commons.util
Class CygwinShell
java.lang.Object
org.tweetyproject.commons.util.Shell
org.tweetyproject.commons.util.CygwinShell
-
Method Summary
Methods inherited from class org.tweetyproject.commons.util.Shell
getCygwinShell, getNativeShell
-
Method Details
-
run
Description copied from class:Shell
runs command- Specified by:
run
in classShell
- Parameters:
cmd
- the command to be run- Returns:
- the terminal output
- Throws:
InterruptedException
- if some interruption occurred.IOException
- if some IO issue occurred.
-