Uses of Enum Class
org.jline.script.GroovyCommand.Command
-
Uses of GroovyCommand.Command in org.jline.script
Methods in org.jline.script that return GroovyCommand.CommandModifier and TypeMethodDescriptionstatic GroovyCommand.CommandReturns the enum constant of this class with the specified name.static GroovyCommand.Command[]GroovyCommand.Command.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in org.jline.script with type arguments of type GroovyCommand.CommandModifierConstructorDescriptionGroovyCommand(Set<GroovyCommand.Command> commands, GroovyEngine engine, org.jline.console.Printer printer)