org.ow2.clif.analyze.lib.list
Class AnalyzerImpl

java.lang.Object
  extended by org.ow2.clif.analyze.lib.list.AnalyzerImpl

public abstract class AnalyzerImpl
extends java.lang.Object

Dummy analyzer: prints a list of tests and their blades, possibly filtering on the test names' prefix and the blades' class name. This class intends to be a sample for programming analyzers and accessing the storage system.

Author:
Bruno Dillenseger

Field Summary
protected  StorageRead store
           
 
Constructor Summary
AnalyzerImpl()
           
 
Method Summary
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
 

Field Detail

store

protected StorageRead store
Constructor Detail

AnalyzerImpl

public AnalyzerImpl()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - args[0] is the classname of the storage component; args[1] is optional and may give a prefix that test names must match to be printed. A - (minus sign) character or an empty string sets an empty prefix matching all test names; args[2] is optional and may specify a blade class name that blades must be instances of to be listed (an empty string is ignored).