Package org.ow2.clif.analyze.lib.list
Class AnalyzerImpl
- java.lang.Object
-
- org.ow2.clif.analyze.lib.list.AnalyzerImpl
-
public abstract class AnalyzerImpl extends java.lang.ObjectDummy 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
Fields Modifier and Type Field Description protected StorageReadstore
-
Constructor Summary
Constructors Constructor Description AnalyzerImpl()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)
-
-
-
Field Detail
-
store
protected StorageRead store
-
-
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).
-
-