Uses of Class
org.snpeff.util.Log.FatalErrorBehabiour
-
Packages that use Log.FatalErrorBehabiour Package Description org.snpeff.util -
-
Uses of Log.FatalErrorBehabiour in org.snpeff.util
Methods in org.snpeff.util that return Log.FatalErrorBehabiour Modifier and Type Method Description static Log.FatalErrorBehabiour
Log.FatalErrorBehabiour. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Log.FatalErrorBehabiour[]
Log.FatalErrorBehabiour. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.snpeff.util with parameters of type Log.FatalErrorBehabiour Modifier and Type Method Description static void
Log. setFatalErrorBehabiour(Log.FatalErrorBehabiour fatalErrorBehabiour)
-