public class CoreCommandLineProcessor
extends java.lang.Object
| Constructor and Description |
|---|
CoreCommandLineProcessor() |
| Modifier and Type | Method and Description |
|---|---|
int |
processCommandLine(java.lang.String[] args)
Processes the command line arguments, calculates design metrics
accordingly, and exports data as specified.
|
public int processCommandLine(java.lang.String[] args)
args - The command line arguments passed from main().