public class DeploymentWriter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ATTR_NAME |
protected static String |
DOM_ROOT |
| Constructor and Description |
|---|
DeploymentWriter(OutputStream outputStream)
Public Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
persist(DeploymentConfig deploymentConfig)
Write the given DeploymentConfig to persistent storage.
|
protected static final String DOM_ROOT
protected static final String ATTR_NAME
public DeploymentWriter(OutputStream outputStream)
outputStream - the OutputStream to use. The stream is not closed by this class.public void persist(DeploymentConfig deploymentConfig) throws IOException
deploymentConfig - the DeploymentConfig to persistIOException - indicating IO problemsCopyright © 2013–2017 Polago AB. All rights reserved.