org.ow2.clif.console.lib
Class TestPlanWriter

java.lang.Object
  extended by org.ow2.clif.console.lib.TestPlanWriter

public class TestPlanWriter
extends java.lang.Object

Author:
Bruno Dillenseger

Constructor Summary
TestPlanWriter(java.io.OutputStream out)
           
 
Method Summary
 void close()
           
 void flush()
           
 void write2prop(java.util.Map testPlan)
           
static void write2prop(java.io.OutputStream out, java.util.Map testPlan)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPlanWriter

public TestPlanWriter(java.io.OutputStream out)
Method Detail

write2prop

public static void write2prop(java.io.OutputStream out,
                              java.util.Map testPlan)
                       throws java.io.IOException
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

flush

public void flush()
           throws java.io.IOException
Throws:
java.io.IOException

write2prop

public void write2prop(java.util.Map testPlan)
                throws java.io.IOException
Throws:
java.io.IOException