org.scijava.console
Interface ConsoleService

All Superinterfaces:
Comparable<Prioritized>, Contextual, Disposable, HandlerService<LinkedList<String>,ConsoleArgument>, HasPluginInfo, Prioritized, PTService<ConsoleArgument>, RichPlugin, SciJavaPlugin, SciJavaService, Service, SingletonService<ConsoleArgument>, Typed<LinkedList<String>>, TypedService<LinkedList<String>,ConsoleArgument>
All Known Implementing Classes:
DefaultConsoleService

public interface ConsoleService
extends HandlerService<LinkedList<String>,ConsoleArgument>, SciJavaService

Interface for service that manages interaction with the console.

In particular, this is the service that defines how command line arguments are handled.

Author:
Curtis Rueden

Method Summary
 void processArgs(String... args)
          Handles arguments to ImageJ coming from an external source such as the command line.
 
Methods inherited from interface org.scijava.plugin.HandlerService
getHandler, getInstances, supports
 
Methods inherited from interface org.scijava.plugin.SingletonService
getInstance
 
Methods inherited from interface org.scijava.plugin.PTService
getPlugins, getPluginService, getPluginType
 
Methods inherited from interface org.scijava.service.Service
initialize, registerEventHandlers
 
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.Disposable
dispose
 
Methods inherited from interface org.scijava.Typed
getType
 

Method Detail

processArgs

void processArgs(String... args)
Handles arguments to ImageJ coming from an external source such as the command line.



Copyright © 2009–2014 SciJava. All rights reserved.