Package | Description |
---|---|
org.scijava.command.run | |
org.scijava.main.run | |
org.scijava.module.run | |
org.scijava.run | |
org.scijava.script.run |
Modifier and Type | Class and Description |
---|---|
class |
CommandCodeRunner
Runs the given
Command class. |
Modifier and Type | Class and Description |
---|---|
class |
MainCodeRunner
Executes the given class's
main method. |
Modifier and Type | Class and Description |
---|---|
class |
ModuleCodeRunner
Runs the given
Identifiable SciJava module. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCodeRunner
Abstract superclass of
CodeRunner implementations. |
Modifier and Type | Method and Description |
---|---|
default Class<CodeRunner> |
RunService.getPluginType() |
Modifier and Type | Class and Description |
---|---|
class |
ScriptCodeRunner
Runs the given script.
|
Copyright © 2015–2022 SciJava. All rights reserved.