@Immutable @ThreadSafe public class ContainerOptions extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ContainerOptions.Builder<B extends ContainerOptions.Builder<?>> |
| Modifier and Type | Field and Description |
|---|---|
static String |
BIND_ADDRESS |
static String |
DEFAULT_VERSION |
static String |
PROFILES |
static String |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
String |
getBindAddress() |
Map<String,String> |
getDataStoreProperties() |
String |
getGlobalResolver() |
String |
getManualIp() |
int |
getMaximumPort() |
int |
getMinimumPort() |
Set<String> |
getProfiles() |
String |
getResolver() |
String |
getVersion() |
String |
toString() |
public static String BIND_ADDRESS
public static String PROFILES
public static String VERSION
public static String DEFAULT_VERSION
public String getBindAddress()
public String getResolver()
public String getGlobalResolver()
public String getManualIp()
public int getMinimumPort()
public int getMaximumPort()
public String getVersion()
Copyright © 2011–2014 Red Hat. All rights reserved.