Package | Description |
---|---|
org.scijava.command.console | |
org.scijava.console | |
org.scijava.io.console | |
org.scijava.main.console | |
org.scijava.script.console | |
org.scijava.ui.console |
Modifier and Type | Class and Description |
---|---|
class |
RunArgument
Deprecated.
Use
RunArgument instead. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConsoleArgument
Abstract superclass of
ConsoleArgument implementations. |
class |
SystemPropertyArgument
Handles the
-D command line argument, in an analogous way to tools
such as Java and Maven. |
Modifier and Type | Method and Description |
---|---|
default Class<ConsoleArgument> |
ConsoleService.getPluginType() |
Modifier and Type | Class and Description |
---|---|
class |
OpenArgument
Handles the
--open command line argument. |
Modifier and Type | Class and Description |
---|---|
class |
MainArgument
Handles the
--main command line argument, which launches an
alternative main class. |
Modifier and Type | Class and Description |
---|---|
class |
RunScriptArgument
Deprecated.
Use
RunArgument instead. |
Modifier and Type | Class and Description |
---|---|
class |
HeadlessArgument
Handles the
--headless argument to signal that no UI will be opened
and the enclosing Context will not be used after the
ConsoleService argument processing is complete. |
class |
ShowUIArgument
Handles the
--showUI argument, which signals that the UI should be
opened immediately. |
class |
UIArgument
Handles the
--ui command line argument. |
Copyright © 2015–2022 SciJava. All rights reserved.