Package net.sf.tweety.commons.util
Class CygwinShell
- java.lang.Object
-
- net.sf.tweety.commons.util.Shell
-
- net.sf.tweety.commons.util.CygwinShell
-
public class CygwinShell extends Shell
Cygwin shell.- Author:
- Nils Geilen, Matthias Thimm
-
-
Method Detail
-
run
public String run(String cmd) throws InterruptedException, IOException
Description copied from class:Shellruns command- Specified by:
runin classShell- Parameters:
cmd- the command to be run- Returns:
- the terminal output
- Throws:
InterruptedException- if some interruption occurred.IOException- if some IO issue occurred.
-
-