|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.analyze.lib.list.AnalyzerImpl
public abstract class AnalyzerImpl
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.
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 |
---|
protected StorageRead store
Constructor Detail |
---|
public AnalyzerImpl()
Method Detail |
---|
public static void main(java.lang.String[] args)
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).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |