org.scijava.command.console
Class RunArgument
java.lang.Object
org.scijava.AbstractContextual
org.scijava.plugin.AbstractRichPlugin
org.scijava.plugin.AbstractTypedPlugin<D>
org.scijava.plugin.AbstractHandlerPlugin<LinkedList<String>>
org.scijava.console.AbstractConsoleArgument
org.scijava.command.console.RunArgument
- All Implemented Interfaces:
- Comparable<Prioritized>, ConsoleArgument, Contextual, HandlerPlugin<LinkedList<String>>, HasPluginInfo, RichPlugin, SciJavaPlugin, SingletonPlugin, TypedPlugin<LinkedList<String>>, Prioritized, Typed<LinkedList<String>>
public class RunArgument
- extends AbstractConsoleArgument
Handles the --run
command line argument.
- Author:
- Curtis Rueden, Johannes Schindelin
RunArgument
public RunArgument()
handle
public void handle(LinkedList<String> args)
- Description copied from interface:
ConsoleArgument
- Handles the front of the given list of arguments.
supports
public boolean supports(LinkedList<String> args)
- Description copied from interface:
Typed
- Gets whether this object is compatible with the given data object.
Typically, this will be the case when data.getClass()
is assignable
to the type associated with the object (i.e., the one returned by
Typed.getType()
). But individual implementations may have other
requirements beyond class assignability.
- Specified by:
supports
in interface Typed<LinkedList<String>>
- Overrides:
supports
in class AbstractTypedPlugin<LinkedList<String>>
Copyright © 2009–2014 SciJava. All rights reserved.