public static interface MainService.Main
Modifier and Type | Method and Description |
---|---|
String[] |
args()
Gets the arguments to pass to the class's
main method. |
String |
className()
Gets the name of the class containing the
main method to run. |
void |
exec()
Runs the
main method with the associated arguments. |
Copyright © 2015–2022 SciJava. All rights reserved.