Package org.scijava.main
Interface MainService.Main
-
- Enclosing interface:
- MainService
public static interface MainService.MainData structure containing main class and argument values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]args()Gets the arguments to pass to the class'smainmethod.StringclassName()Gets the name of the class containing themainmethod to run.voidexec()Runs themainmethod with the associated arguments.
-