public class ConfigUtil
extends java.lang.Object
Constructor and Description |
---|
ConfigUtil(boolean isEc2,
XdEnvironment environment) |
Modifier and Type | Method and Description |
---|---|
void |
pushConfigToContainer(java.lang.String fileName,
java.lang.String content)
Creates a properties file with the content you specify in the config directory of the host you specify.
|
public ConfigUtil(boolean isEc2, XdEnvironment environment)
public void pushConfigToContainer(java.lang.String fileName, java.lang.String content) throws java.io.IOException
fileName
- The name of the properties file.content
- The configuration data that should be put in the config.properties file.java.io.IOException