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 Summary
Modifier and Type Method Description java.lang.Stringrun(java.lang.String cmd)runs command- 
Methods inherited from class net.sf.tweety.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 
 - 
 
 -