public class DeploymentReader extends Object
| Constructor and Description |
|---|
DeploymentReader(InputStream inputStream,
ConfigGroupManager groupManager)
Public Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentConfig |
parse()
Parse the input stream into a DeploymentConfig instance.
|
public DeploymentReader(InputStream inputStream, ConfigGroupManager groupManager)
inputStream - the stream to read from. The stream is not closed by this class.groupManager - the Configuration Group Manager to usepublic DeploymentConfig parse() throws Exception
Exception - indicating failureCopyright © 2013–2017 Polago AB. All rights reserved.