Class RemoteDevToolsProperties.Debug
- java.lang.Object
- org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties.Debug
- Enclosing class:
- RemoteDevToolsProperties
public static class RemoteDevToolsProperties.Debug extends Object
Field Summary
Fields Modifier and Type Field Description static IntegerDEFAULT_LOCAL_PORT
Constructor Summary
Constructors Constructor Description Debug()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLocalPort()booleanisEnabled()voidsetEnabled(boolean enabled)voidsetLocalPort(int localPort)
Field Detail
DEFAULT_LOCAL_PORT
public static final Integer DEFAULT_LOCAL_PORT
Constructor Detail
Debug
public Debug()
Method Detail
isEnabled
public boolean isEnabled()
setEnabled
public void setEnabled(boolean enabled)
getLocalPort
public int getLocalPort()
setLocalPort
public void setLocalPort(int localPort)