www.sdmetrics.com

sdmetrics.app
Class CommandLineProcessor

java.lang.Object
  |
  +--sdmetrics.app.CommandLineProcessor

public class CommandLineProcessor
extends java.lang.Object

Class to process an SDMetrics command line, and initiate metrics calculation and data export as specified by the command line options.


Constructor Summary
CommandLineProcessor()
           
 
Method Summary
 int processCommandLine(java.lang.String[] args)
          Process the command line arguments, calculate design metrics accordingly, and export data as specified on the command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineProcessor

public CommandLineProcessor()
Method Detail

processCommandLine

public int processCommandLine(java.lang.String[] args)
Process the command line arguments, calculate design metrics accordingly, and export data as specified on the command line.

Parameters:
args - The command line arguments passed from main().
Returns:
0 if processing was successful, -1 if an error occured.

www.sdmetrics.com