D G H N O P R T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
D
- description() - Method in annotation type org.scijava.ops.spi.OpClass
-
Returns a description of the Op's behavior.
- description() - Method in annotation type org.scijava.ops.spi.OpField
-
Returns a description of the Op's behavior.
- description() - Method in annotation type org.scijava.ops.spi.OpMethod
-
Returns a description of the Op's behavior.
G
- get() - Method in interface org.scijava.ops.spi.OpExecutionException.ThrowingSupplier
H
- hints() - Method in annotation type org.scijava.ops.spi.OpDependency
-
Set to false if the dependency should not be adapted
- hints() - Method in annotation type org.scijava.ops.spi.OpHints
N
- name() - Method in annotation type org.scijava.ops.spi.OpDependency
-
The name of the Op to inject.
- names() - Method in annotation type org.scijava.ops.spi.OpClass
- names() - Method in annotation type org.scijava.ops.spi.OpField
- names() - Method in annotation type org.scijava.ops.spi.OpMethod
- Nullable - Annotation Type in org.scijava.ops.spi
-
Annotation to mark a parameter as nullable: Ops with nullable parameters should be callable with or without their Nullable arguments
O
- Op - Interface in org.scijava.ops.spi
-
TODO: What is an Op?
- OpClass - Annotation Type in org.scijava.ops.spi
-
Annotates an op declared as a
Class. - OpCollection - Interface in org.scijava.ops.spi
-
An interface marking a collection of ops defined as either instance fields or static methods.
- OpDependency - Annotation Type in org.scijava.ops.spi
-
Annotates a helper op as a field that should be auto injected.
- OpExecutionException - Exception in org.scijava.ops.spi
-
Thrown to indicate that an Op failed in its execution
- OpExecutionException(String) - Constructor for exception org.scijava.ops.spi.OpExecutionException
-
Constructs an
OpExecutionExceptionwith the specified reason for failure. - OpExecutionException(String, Throwable) - Constructor for exception org.scijava.ops.spi.OpExecutionException
-
Constructs an
OpExecutionExceptionwith the specified reason for failure and cause. - OpExecutionException(Throwable) - Constructor for exception org.scijava.ops.spi.OpExecutionException
-
Constructs an
OpExecutionExceptionwith the specified cause. - OpExecutionException.ThrowingRunnable - Interface in org.scijava.ops.spi
- OpExecutionException.ThrowingSupplier<T> - Interface in org.scijava.ops.spi
- OpField - Annotation Type in org.scijava.ops.spi
-
Annotates an op declared as a
Fieldin anOpCollection. - OpHints - Annotation Type in org.scijava.ops.spi
-
An annotation used to record the hints that apply to a particular Op.
- OpMethod - Annotation Type in org.scijava.ops.spi
- org.scijava.ops.spi - module org.scijava.ops.spi
- org.scijava.ops.spi - package org.scijava.ops.spi
P
- params() - Method in annotation type org.scijava.ops.spi.OpClass
- params() - Method in annotation type org.scijava.ops.spi.OpField
- priority() - Method in annotation type org.scijava.ops.spi.OpClass
-
Returns the priority of this Op By default, Ops have a priority of 0.0 (corresponding to org.scijava.priority.Priority.NORMAL
- priority() - Method in annotation type org.scijava.ops.spi.OpField
-
Returns the priority of this Op By default, Ops have a priority of 0.0 (corresponding to org.scijava.priority.Priority.NORMAL
- priority() - Method in annotation type org.scijava.ops.spi.OpMethod
-
Returns the priority of this Op By default, Ops have a priority of 0.0 (corresponding to org.scijava.priority.Priority.NORMAL
R
- run() - Method in interface org.scijava.ops.spi.OpExecutionException.ThrowingRunnable
T
W
- wrapAndRun(OpExecutionException.ThrowingRunnable) - Static method in exception org.scijava.ops.spi.OpExecutionException
-
Runs a
Runnablethat throws some checkedException, wrapping theExceptioninto anOpExecutionExceptionif it is thrown. - wrapAndRun(OpExecutionException.ThrowingSupplier<T>) - Static method in exception org.scijava.ops.spi.OpExecutionException
-
Runs a
Supplierthat throws some checkedException, wrapping theExceptioninto anOpExecutionExceptionif it is thrown.
All Classes All Packages