edu.uthscsa.ric.cli
Interface PluginCLI


public interface PluginCLI


Method Summary
 void doOperationCLI(MangoContext context, String[] args)
          Runs the plugin via command-line interface.
 String getCommandLineName()
          Returns the command-line interface name of this utility.
 String getUsage()
          Returns a description of this command-line utility.
 

Method Detail

getUsage

String getUsage()
Returns a description of this command-line utility.

Returns:
a description

getCommandLineName

String getCommandLineName()
Returns the command-line interface name of this utility.

Returns:
the command-line interface name

doOperationCLI

void doOperationCLI(MangoContext context,
                    String[] args)
Runs the plugin via command-line interface.

Parameters:
context - instance from which images can be loaded
args - program arguments