Package org.tweetyproject.commons.util
Class CygwinShell
- java.lang.Object
-
- org.tweetyproject.commons.util.Shell
-
- org.tweetyproject.commons.util.CygwinShell
-
public class CygwinShell extends Shell
Cygwin shell.- Author:
- Nils Geilen, Matthias Thimm
-
-
Method Summary
Modifier and Type Method Description java.lang.Stringrun(java.lang.String cmd)runs command-
Methods inherited from class org.tweetyproject.commons.util.Shell
getCygwinShell, getNativeShell
-
-
-
-
Method Detail
-
run
public java.lang.String run(java.lang.String cmd) throws java.lang.InterruptedException, java.io.IOExceptionDescription copied from class:Shellruns command
-
-