public class HelpSupport extends Object
| Constructor and Description |
|---|
HelpSupport() |
| Modifier and Type | Method and Description |
|---|---|
static String |
buildHelp(org.aesh.command.registry.CommandRegistry<? extends org.aesh.command.invocation.CommandInvocation> registry,
Set<String> commands) |
static List<String> |
getAvailableCommands(org.aesh.command.registry.CommandRegistry<? extends org.aesh.command.invocation.CommandInvocation> registry,
boolean includeChilds,
boolean onlyEnabled) |
static String |
getToolHelp(PmSession session,
org.aesh.command.registry.CommandRegistry<? extends org.aesh.command.invocation.CommandInvocation> registry) |
public static String getToolHelp(PmSession session, org.aesh.command.registry.CommandRegistry<? extends org.aesh.command.invocation.CommandInvocation> registry) throws org.aesh.command.CommandNotFoundException
org.aesh.command.CommandNotFoundExceptionpublic static List<String> getAvailableCommands(org.aesh.command.registry.CommandRegistry<? extends org.aesh.command.invocation.CommandInvocation> registry, boolean includeChilds, boolean onlyEnabled)
Copyright © 2016–2019 JBoss by Red Hat. All rights reserved.