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. |
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.