| Package | Description |
|---|---|
| org.scijava.command | |
| org.scijava.module | |
| org.scijava.script |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandInfo
A collection of metadata about a particular
Command. |
class |
DynamicCommandInfo
Helper class for maintaining a
DynamicCommand's associated
ModuleInfo. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModuleInfo
A ModuleInfo object encapsulates metadata about a particular
Module
(but not a specific instance of it). |
interface |
MutableModuleInfo
ModuleInfo extension allowing manipulation of its metadata. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractModuleInfo
Abstract superclass of
ModuleInfo implementation. |
class |
DefaultMutableModuleInfo
Default
MutableModuleInfo implementation. |
class |
MethodRef
A reference to a
Method, which can be invoked at will. |
| Modifier and Type | Class and Description |
|---|---|
class |
ScriptInfo
Metadata about a script.
|
Copyright © 2015–2022 SciJava. All rights reserved.