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) 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) static StringConsoleInterpreter.getUsage(Collection<ConsoleCommandExtension> consoleCommandExtensions) returns a CR-separated list of usage texts for all available commandsConsoleInterpreter.getUsages(Collection<ConsoleCommandExtension> consoleCommandExtensions) returns an array of the usage texts for all available commandsstatic voidConsoleInterpreter.printHelp(Console console, String base, String separator, Collection<ConsoleCommandExtension> extensions) -
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