Package org.jline.shell.impl
Class ExitCommands
java.lang.Object
org.jline.shell.impl.SimpleCommandGroup
org.jline.shell.impl.ExitCommands
- All Implemented Interfaces:
CommandGroup
Built-in exit command.
Provides the exit command used for exiting the current shell.
- Since:
- 4.1
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jline.shell.impl.SimpleCommandGroup
commands, nameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jline.shell.CommandGroup
command, hasCommand
-
Constructor Details
-
ExitCommands
public ExitCommands() -
ExitCommands
-