Uses of Class
org.snpeff.osCmd.OsCmdRunner
-
Packages that use OsCmdRunner Package Description org.snpeff.osCmd -
-
Uses of OsCmdRunner in org.snpeff.osCmd
Methods in org.snpeff.osCmd that return types with arguments of type OsCmdRunner Modifier and Type Method Description java.util.Iterator<OsCmdRunner>
OsCmdQueue. iterator()
Methods in org.snpeff.osCmd with parameters of type OsCmdRunner Modifier and Type Method Description void
OsCmdQueue. add(OsCmdRunner cmd)
Add command to be executedvoid
OsCmdQueue. add(OsCmdRunner cmd, java.lang.String outputFile)
Add command to be executed, only if 'outputFile' does not exist
-