2016/05/28 - Apache Tuscany has been retired.

For more information, please explore the Attic.



org.apache.tuscany.sca.implementation.bpel.ode
Class ODEDeployment

java.lang.Object
  extended by org.apache.tuscany.sca.implementation.bpel.ode.ODEDeployment

public class ODEDeployment
extends java.lang.Object

Deployment information


Field Summary
 java.io.File deployDir
          The directory containing the deploy.xml and artifacts.
 java.lang.Class expectedException
          If non-null the type of exception we expect to get when we deploy.
 
Constructor Summary
ODEDeployment(java.io.File deployDir)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

deployDir

public java.io.File deployDir
The directory containing the deploy.xml and artifacts.


expectedException

public java.lang.Class expectedException
If non-null the type of exception we expect to get when we deploy.

Constructor Detail

ODEDeployment

public ODEDeployment(java.io.File deployDir)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object