|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jcgm.examples.Analyzer
public class Analyzer
An analyzer that output statistics on the commands that are used in a set of CGM files.
Usage: Analyzer /path/to/cgm/files [/path/for/result/files] [-v] -v verbose output
Method Summary | |
---|---|
void |
commandProcessed(Command command)
Will be called when a command has been read. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void commandProcessed(Command command)
ICommandListener
commandProcessed
in interface ICommandListener
command
- the command.public static void main(java.lang.String[] args)
args
- Command line arguments.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |