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 voidOsCmdQueue. add(OsCmdRunner cmd)Add command to be executedvoidOsCmdQueue. add(OsCmdRunner cmd, java.lang.String outputFile)Add command to be executed, only if 'outputFile' does not exist
-