org.ow2.clif.console.lib
Class TestPlanReader

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

public class TestPlanReader
extends java.lang.Object

Author:
Bruno Dillenseger

Field Summary
static java.lang.String ARGUMENT_PROP
           
static java.lang.String BLADE_PROP
           
static java.lang.String COMMENT_PROP
           
static java.lang.String FILE_EXT
           
static java.lang.String ID_PROP
           
static java.lang.String INJECTOR_PROP
           
static java.lang.String PROBE_PROP
           
static java.lang.String SERVER_PROP
           
 
Constructor Summary
TestPlanReader(java.io.InputStream in)
           
 
Method Summary
 void close()
           
 java.util.Map<java.lang.String,ClifDeployDefinition> readFromProp()
           
static java.util.Map<java.lang.String,ClifDeployDefinition> readFromProp(java.io.InputStream in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BLADE_PROP

public static final java.lang.String BLADE_PROP
See Also:
Constant Field Values

SERVER_PROP

public static final java.lang.String SERVER_PROP
See Also:
Constant Field Values

INJECTOR_PROP

public static final java.lang.String INJECTOR_PROP
See Also:
Constant Field Values

PROBE_PROP

public static final java.lang.String PROBE_PROP
See Also:
Constant Field Values

ARGUMENT_PROP

public static final java.lang.String ARGUMENT_PROP
See Also:
Constant Field Values

COMMENT_PROP

public static final java.lang.String COMMENT_PROP
See Also:
Constant Field Values

ID_PROP

public static final java.lang.String ID_PROP
See Also:
Constant Field Values

FILE_EXT

public static final java.lang.String FILE_EXT
See Also:
Constant Field Values
Constructor Detail

TestPlanReader

public TestPlanReader(java.io.InputStream in)
Method Detail

readFromProp

public static java.util.Map<java.lang.String,ClifDeployDefinition> readFromProp(java.io.InputStream in)
                                                                         throws java.io.IOException
Throws:
java.io.IOException

close

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

readFromProp

public java.util.Map<java.lang.String,ClifDeployDefinition> readFromProp()
                                                                  throws java.io.IOException
Throws:
java.io.IOException