org.eclipse.stardust.engine.api.runtime
Class DeploymentElement
java.lang.Object
org.eclipse.stardust.engine.api.runtime.DeploymentElement
- All Implemented Interfaces:
- Serializable
public class DeploymentElement
- extends Object
- implements Serializable
Container for the raw deployment data, i.e. the content of the model file.
- Version:
- $Revision: $
- Author:
- Florin.Herinean
- See Also:
- Serialized Form
|
Constructor Summary |
DeploymentElement(byte[] content)
Creates a new deployment element. |
|
Method Summary |
byte[] |
getContent()
Retrieves the content of the deployment element. |
DeploymentElement
public DeploymentElement(byte[] content)
- Creates a new deployment element.
- Parameters:
content - the content of the deployment element in binary form.
getContent
public byte[] getContent()
- Retrieves the content of the deployment element.
- Returns:
- the raw deployment data.
Copyright © 2017 Eclipse Stardust. All Rights Reserved.