org.eclipse.stardust.engine.api.runtime
Class DeploymentElement

java.lang.Object
  extended by 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentElement

public DeploymentElement(byte[] content)
Creates a new deployment element.

Parameters:
content - the content of the deployment element in binary form.
Method Detail

getContent

public byte[] getContent()
Retrieves the content of the deployment element.

Returns:
the raw deployment data.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.