public class RemoteDevToolsProperties extends Object
DevToolsProperties
Modifier and Type | Class and Description |
---|---|
static class |
RemoteDevToolsProperties.Proxy |
static class |
RemoteDevToolsProperties.Restart |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_CONTEXT_PATH |
static String |
DEFAULT_SECRET_HEADER_NAME |
Constructor and Description |
---|
RemoteDevToolsProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getContextPath() |
RemoteDevToolsProperties.Proxy |
getProxy() |
RemoteDevToolsProperties.Restart |
getRestart() |
String |
getSecret() |
String |
getSecretHeaderName() |
void |
setContextPath(String contextPath) |
void |
setSecret(String secret) |
void |
setSecretHeaderName(String secretHeaderName) |
public static final String DEFAULT_CONTEXT_PATH
public static final String DEFAULT_SECRET_HEADER_NAME
public String getContextPath()
public void setContextPath(String contextPath)
public String getSecret()
public void setSecret(String secret)
public String getSecretHeaderName()
public void setSecretHeaderName(String secretHeaderName)
public RemoteDevToolsProperties.Restart getRestart()
public RemoteDevToolsProperties.Proxy getProxy()