public final class SCIFIOTools extends Object
SCIFIOToolCommand
s are
discovered dynamically at runtime. They can be invoked by providing a set of
command line arguments, where the first argument is the simple, lowercase
class name of the desired command.
For example, Show
can be invoked by passing
show ...
to the run(String...)
method, or as a main method
argument.
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
static void |
run(String... args)
Entry point for running SCIFIO commands.
|
Copyright © 2015–2022 SCIFIO. All rights reserved.