objectgen
Class RunBatchMode

java.lang.Object
  extended byobjectgen.RunBatchMode
All Implemented Interfaces:
java.io.FileFilter

public class RunBatchMode
extends java.lang.Object
implements java.io.FileFilter

This class allows to generate a set of test objectives from all the use cases found in directory indicated. If no directory indicated, use cases are searched in './UseCases' dir.


Constructor Summary
RunBatchMode()
          Creates a new instance of RunBatchMode
 
Method Summary
 boolean accept(java.io.File pathname)
           
 void generate(java.lang.String dir)
           
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
 

Constructor Detail

RunBatchMode

public RunBatchMode()
Creates a new instance of RunBatchMode

Method Detail

generate

public void generate(java.lang.String dir)

main

public static void main(java.lang.String[] args)

accept

public boolean accept(java.io.File pathname)
Specified by:
accept in interface java.io.FileFilter