public final class InstanceSetup extends Object
Modifier and Type | Field and Description |
---|---|
static String |
INSTANCE_CONFIG_ADMINPASSWORD |
static String |
INSTANCE_CONFIG_ADMINUSER |
static String |
INSTANCE_CONFIG_INSTANCES |
static String |
INSTANCE_CONFIG_RUNMODE |
static String |
INSTANCE_CONFIG_URL |
Modifier and Type | Method and Description |
---|---|
static InstanceSetup |
get() |
List<InstanceConfiguration> |
getConfigurations() |
List<InstanceConfiguration> |
getConfigurations(String runmode)
Get the list of all InstanceConfiguration with a specific
runmode |
public static final String INSTANCE_CONFIG_INSTANCES
public static final String INSTANCE_CONFIG_URL
public static final String INSTANCE_CONFIG_RUNMODE
public static final String INSTANCE_CONFIG_ADMINUSER
public static final String INSTANCE_CONFIG_ADMINPASSWORD
public static InstanceSetup get()
public List<InstanceConfiguration> getConfigurations()
public List<InstanceConfiguration> getConfigurations(String runmode)
runmode
runmode
- the desired runmodeCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.