public interface MainService extends SciJavaService
Modifier and Type | Interface and Description |
---|---|
static interface |
MainService.Main
Data structure containing main class and argument values.
|
Modifier and Type | Method and Description |
---|---|
void |
addMain(String className,
String... args)
Registers a main class to be executed by
execMains() . |
int |
execMains()
Executes registered main classes, in the order they were registered.
|
MainService.Main[] |
getMains()
Gets the registered main classes to execute.
|
initialize, registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
int execMains()
void addMain(String className, String... args)
execMains()
.MainService.Main[] getMains()
Copyright © 2015–2022 SciJava. All rights reserved.