org.scijava.console
Class DefaultConsoleService
java.lang.Object
org.scijava.AbstractContextual
org.scijava.plugin.AbstractRichPlugin
org.scijava.service.AbstractService
org.scijava.plugin.AbstractPTService<PT>
org.scijava.plugin.AbstractSingletonService<PT>
org.scijava.plugin.AbstractHandlerService<LinkedList<String>,ConsoleArgument>
org.scijava.console.DefaultConsoleService
- All Implemented Interfaces:
- Comparable<Prioritized>, ConsoleService, Contextual, Disposable, HandlerService<LinkedList<String>,ConsoleArgument>, HasPluginInfo, PTService<ConsoleArgument>, RichPlugin, SciJavaPlugin, SingletonService<ConsoleArgument>, TypedService<LinkedList<String>,ConsoleArgument>, Prioritized, SciJavaService, Service, Typed<LinkedList<String>>
public class DefaultConsoleService
- extends AbstractHandlerService<LinkedList<String>,ConsoleArgument>
- implements ConsoleService
Default service for managing interaction with the console.
- Author:
- Curtis Rueden
DefaultConsoleService
public DefaultConsoleService()
processArgs
public void processArgs(String... args)
- Description copied from interface:
ConsoleService
- Handles arguments to ImageJ coming from an external source such as the
command line.
- Specified by:
processArgs
in interface ConsoleService
getPluginType
public Class<ConsoleArgument> getPluginType()
- Description copied from interface:
PTService
- Gets the type of plugins managed by this service.
- Specified by:
getPluginType
in interface PTService<ConsoleArgument>
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–2014 SciJava. All rights reserved.