public class ConfigUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ADMIN_TOKEN |
static java.lang.String |
CONTAINER_TOKEN |
static java.lang.String |
SINGLENODE_TOKEN |
Constructor and Description |
---|
ConfigUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getPrivateKey(java.lang.String fileName)
Retrieves the private key from a file, so we can execute commands on the container.
|
static java.util.Properties |
getPropertiesFromArtifact()
This method retrieves the information from the artifact and returns it as Properties.
|
public static final java.lang.String ADMIN_TOKEN
public static final java.lang.String CONTAINER_TOKEN
public static final java.lang.String SINGLENODE_TOKEN
public static java.util.Properties getPropertiesFromArtifact()
public static java.lang.String getPrivateKey(java.lang.String fileName)
fileName
- The location of the private key file