Interface Clear.Command

Enclosing class:
Clear

public static interface Clear.Command
Marker interface for beans providing clear functionality to the shell.

To override the clear command, simply register your own bean implementing that interface and the standard implementation will back off.

To disable the clear command entirely, set the spring.shell.command.clear.enabled=false property in the environment.