public class PluginAnnotations extends Object
| Constructor and Description |
|---|
PluginAnnotations(Class pluginClass)
Creates an instance for a given plugin class.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getInputNames()
Gets the set of annotated input names.
|
Set<String> |
getOutputNames()
Gets the set of annotated output names.
|
boolean |
isAnnotatedName(loci.deepzoom.workflow.plugin.PluginAnnotations.InputOutput inOut,
String name)
Checks whether a given name appears in the annotations for input or output
images.
|
public PluginAnnotations(Class pluginClass)
pluginClass - public Set<String> getInputNames()
public Set<String> getOutputNames()
public boolean isAnnotatedName(loci.deepzoom.workflow.plugin.PluginAnnotations.InputOutput inOut, String name)
inOut - whether input or outputname - putative input/output nameCopyright © 2015–2022 SciJava. All rights reserved.