|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Allows the deployment of a process xml description. Implementations of TwisterDeployer interface assume that the process xml description is valid and compliant with the specification.
Method Summary | |
void |
deploy(java.io.File xmlProcessDescription)
deploy the process in the engine from a process description as File |
void |
deploy(java.io.InputStream xmlProcessDescription)
deploys the process in the engine from a process description as InputStream |
void |
deploy(java.lang.String xmlProcessDescription)
deploys the process in the engine from a process description as String |
void |
deploy(java.net.URL xmlProcessDescription)
deploy the process in the engine from a process description as URL |
Method Detail |
public void deploy(java.lang.String xmlProcessDescription) throws DeploymentException
xmlProcessDescription
-
DeploymentException
public void deploy(java.io.InputStream xmlProcessDescription) throws DeploymentException
xmlProcessDescription
-
DeploymentException
public void deploy(java.net.URL xmlProcessDescription) throws DeploymentException
xmlProcessDescription
-
DeploymentException
public void deploy(java.io.File xmlProcessDescription) throws DeploymentException
xmlProcessDescription
-
DeploymentException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |