Uses of Class
ca.cgjennings.apps.arkham.Subprocess
-
Packages that use Subprocess Package Description ca.cgjennings.apps.arkham -
-
Uses of Subprocess in ca.cgjennings.apps.arkham
Methods in ca.cgjennings.apps.arkham that return Subprocess Modifier and Type Method Description static Subprocess
Subprocess. launch(java.lang.String... appClassNameAndArguments)
Returns a new Subprocess that will launch an app that is part of this app's main library or JAR file.static Subprocess
Subprocess. launch(java.util.List<java.lang.String> appClassNameAndArguments)
Returns a new Subprocess that will launch an app that is part of this app's main library or JAR file.
-