org.scijava.console
Class AbstractConsoleArgument

java.lang.Object
  extended by org.scijava.AbstractContextual
      extended by org.scijava.plugin.AbstractRichPlugin
          extended by org.scijava.plugin.AbstractTypedPlugin<D>
              extended by org.scijava.plugin.AbstractHandlerPlugin<LinkedList<String>>
                  extended by org.scijava.console.AbstractConsoleArgument
All Implemented Interfaces:
Comparable<Prioritized>, ConsoleArgument, Contextual, HandlerPlugin<LinkedList<String>>, HasPluginInfo, RichPlugin, SciJavaPlugin, SingletonPlugin, TypedPlugin<LinkedList<String>>, Prioritized, Typed<LinkedList<String>>
Direct Known Subclasses:
OpenArgument, RunArgument, UIArgument

public abstract class AbstractConsoleArgument
extends AbstractHandlerPlugin<LinkedList<String>>
implements ConsoleArgument

Abstract superclass of ConsoleArgument implementations.

Author:
Curtis Rueden

Constructor Summary
AbstractConsoleArgument()
           
 
Method Summary
 Class<LinkedList<String>> getType()
          Gets the type associated with the object.
 
Methods inherited from class org.scijava.plugin.AbstractTypedPlugin
supports
 
Methods inherited from class org.scijava.plugin.AbstractRichPlugin
compareTo, getInfo, getPriority, setInfo, setPriority, toString
 
Methods inherited from class org.scijava.AbstractContextual
context, getContext, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.scijava.console.ConsoleArgument
handle
 
Methods inherited from interface org.scijava.Contextual
context, getContext, setContext
 
Methods inherited from interface org.scijava.Prioritized
getPriority, setPriority
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.scijava.plugin.HasPluginInfo
getInfo, setInfo
 
Methods inherited from interface org.scijava.Typed
supports
 

Constructor Detail

AbstractConsoleArgument

public AbstractConsoleArgument()
Method Detail

getType

public Class<LinkedList<String>> getType()
Description copied from interface: Typed
Gets the type associated with the object.

Specified by:
getType in interface Typed<LinkedList<String>>


Copyright © 2009–2015 SciJava. All rights reserved.