Uses of Record Class
eu.cloudnetservice.driver.command.CommandInfo
Packages that use CommandInfo
-
Uses of CommandInfo in eu.cloudnetservice.driver.provider
Methods in eu.cloudnetservice.driver.provider that return CommandInfoModifier and TypeMethodDescriptionClusterNodeProvider.consoleCommand(@NonNull String name) Get an information about a specific registered command on the current node.Methods in eu.cloudnetservice.driver.provider that return types with arguments of type CommandInfoModifier and TypeMethodDescriptiondefault @NonNull eu.cloudnetservice.common.concurrent.Task<CommandInfo>ClusterNodeProvider.consoleCommandAsync(@NonNull String name) Get an information about a specific registered command on the current node.ClusterNodeProvider.consoleCommands()Get all commands which are registered on the current node.default @NonNull eu.cloudnetservice.common.concurrent.Task<Collection<CommandInfo>>ClusterNodeProvider.consoleCommandsAsync()Get all commands which are registered on the current node.