Uses of Class
com.aspectran.core.context.config.ShellStyleConfig
Packages that use ShellStyleConfig
Package
Description
A package for enhanced shell input and output.
-
Uses of ShellStyleConfig in com.aspectran.core.context.config
Methods in com.aspectran.core.context.config that return ShellStyleConfigModifier and TypeMethodDescriptionShellConfig.getShellStyleConfig()
ShellConfig.newShellStyleConfig()
ShellStyleConfig.setDangerStyle
(String danger) ShellStyleConfig.setInfoStyle
(String info) ShellStyleConfig.setPrimaryStyle
(String primary) ShellStyleConfig.setSecondaryStyle
(String secondary) ShellStyleConfig.setSuccessStyle
(String success) ShellStyleConfig.setWarningStyle
(String warning) -
Uses of ShellStyleConfig in com.aspectran.shell.console
Methods in com.aspectran.shell.console with parameters of type ShellStyleConfigModifier and TypeMethodDescriptionvoid
AbstractShellConsole.setShellStyleConfig
(ShellStyleConfig shellStyleConfig) void
ShellConsole.setShellStyleConfig
(ShellStyleConfig shellStyleConfig) void
ShellConsoleWrapper.setShellStyleConfig
(ShellStyleConfig shellStyleConfig)