Uses of Class
org.marketcetera.util.exec.Disposition
-
Packages that use Disposition Package Description org.marketcetera.util.exec Process execution. -
-
Uses of Disposition in org.marketcetera.util.exec
Methods in org.marketcetera.util.exec that return Disposition Modifier and Type Method Description static DispositionDisposition. valueOf(String name)Returns the enum constant of this type with the specified name.static Disposition[]Disposition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.marketcetera.util.exec with parameters of type Disposition Modifier and Type Method Description static ExecResultExec. run(File directory, Disposition disposition, String... args)Executes the process with the given arguments and returns the execution result.static ExecResultExec. run(String name, Disposition disposition, String... args)Executes the process with the given arguments and returns the execution result.
-