Package org.openhab.core.io.console
package org.openhab.core.io.console
-
ClassDescriptionThis interface must be implemented by consoles which want to use the
ConsoleInterpreter
.Implementing this interface allows aConsoleCommandExtension
to provide completions for the user as they write commands.This class provides generic methods for handling console input (i.e.Completer for a set of strings.