Uses of Interface
org.openhab.core.io.console.extensions.ConsoleCommandExtension
Packages that use ConsoleCommandExtension
Package
Description
-
Uses of ConsoleCommandExtension in org.openhab.core.io.console
Methods in org.openhab.core.io.console with parameters of type ConsoleCommandExtensionModifier and TypeMethodDescriptionstatic voidConsoleInterpreter.execute(Console console, ConsoleCommandExtension extension, String[] args) Executes a console command extension with the given arguments.Method parameters in org.openhab.core.io.console with type arguments of type ConsoleCommandExtensionModifier and TypeMethodDescriptionstatic StringConsoleInterpreter.getHelp(String base, String separator, Collection<ConsoleCommandExtension> extensions) Generates a formatted help message listing all available console commands.static StringConsoleInterpreter.getUsage(Collection<ConsoleCommandExtension> consoleCommandExtensions) Returns a newline-separated list of usage texts for all available commands.ConsoleInterpreter.getUsages(Collection<ConsoleCommandExtension> consoleCommandExtensions) Returns a list of usage texts for all available commands.static voidConsoleInterpreter.printHelp(Console console, String base, String separator, Collection<ConsoleCommandExtension> extensions) Prints the formatted help message to the console. -
Uses of ConsoleCommandExtension in org.openhab.core.io.console.extensions
Classes in org.openhab.core.io.console.extensions that implement ConsoleCommandExtensionModifier and TypeClassDescriptionclassA base class that should be used by console command extension for better inclusion. -
Uses of ConsoleCommandExtension in org.openhab.core.model.script.extension
Classes in org.openhab.core.model.script.extension that implement ConsoleCommandExtensionModifier and TypeClassDescriptionclassThis class provides the script engine as a console command