|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.bonita.deployment.Deployment
public class Deployment
This class implements a deployment object. This object can be provided to one of the method of the ManagementAPI
method
to allow the deployment of a XPDL file
and optionnally its depending java classes for hooks, performer assignments, mappers...
Field Summary | |
---|---|
protected java.util.Set<byte[]> |
classes
.class classes for hooks, mappers, performer assignments, multi-instantiation. |
protected byte[] |
xpdl
XPDL definition |
Constructor Summary | |
---|---|
Deployment(byte[] xpdl,
java.util.Set<byte[]> classes)
Constructs a deployment with the XPDL file and the set of classes. |
|
Deployment(org.xml.sax.InputSource xpdl,
java.util.Set<byte[]> classes)
Constructs a deployment with the XPDL file and the set of classes. |
|
Deployment(java.net.URL xpdl,
java.util.Set<byte[]> classes)
Constructs a deployment with the XPDL file and the set of classes. |
Method Summary | |
---|---|
java.util.Set<byte[]> |
getClasses()
Returns the .class classes as bytes table. |
org.xml.sax.InputSource |
getXpdl()
Returns the XPDL file as InputSource. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected byte[] xpdl
protected java.util.Set<byte[]> classes
Constructor Detail |
---|
public Deployment(org.xml.sax.InputSource xpdl, java.util.Set<byte[]> classes)
xpdl
- The XPDL file as InputSource.classes
- The set of .class classes.public Deployment(byte[] xpdl, java.util.Set<byte[]> classes)
xpdl
- The XPDL file as byte table.classes
- The set of .class classes.public Deployment(java.net.URL xpdl, java.util.Set<byte[]> classes)
xpdl
- The XPDL file as URL.classes
- The set of .class classes.Method Detail |
---|
public org.xml.sax.InputSource getXpdl()
public java.util.Set<byte[]> getClasses()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |