Class ShellProperties.Telnet
- java.lang.Object
- org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellProperties
- org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
- Enclosing class:
- ShellProperties
public static class ShellProperties.Telnet extends ShellProperties.CrshShellProperties
Telnet properties.
Constructor Summary
Constructors Constructor Description Telnet()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidapplyToCrshShellConfig(Properties config)Apply the properties to a CRaSH configuration.IntegergetPort()booleanisEnabled()voidsetEnabled(boolean enabled)voidsetPort(Integer port)
Constructor Detail
Telnet
public Telnet()
Method Detail
applyToCrshShellConfig
protected void applyToCrshShellConfig(Properties config)
Description copied from class:ShellProperties.CrshShellPropertiesApply the properties to a CRaSH configuration.- Specified by:
applyToCrshShellConfigin classShellProperties.CrshShellProperties- Parameters:
config- the CRaSH configuration properties
setEnabled
public void setEnabled(boolean enabled)
isEnabled
public boolean isEnabled()