Uses of Class
org.wildfly.core.cli.command.aesh.CLICompleterInvocation
-
-
Uses of CLICompleterInvocation in org.jboss.as.cli.impl.aesh
Methods in org.jboss.as.cli.impl.aesh that return CLICompleterInvocation Modifier and Type Method Description CLICompleterInvocationCLICompleterInvocationProvider. enhanceCompleterInvocation(org.aesh.command.completer.CompleterInvocation completerInvocation) -
Uses of CLICompleterInvocation in org.jboss.as.cli.impl.aesh.cmd
Methods in org.jboss.as.cli.impl.aesh.cmd with parameters of type CLICompleterInvocation Modifier and Type Method Description voidAbstractCommaCompleter. complete(CLICompleterInvocation completerInvocation)voidAbstractCompleter. complete(CLICompleterInvocation completerInvocation)voidHeadersCompleter. complete(CLICompleterInvocation cliCompleterInvocation)voidHelpCommand.HelpCompleter. complete(CLICompleterInvocation completerInvocation)protected abstract List<String>AbstractCommaCompleter. getItems(CLICompleterInvocation completerInvocation)protected abstract List<String>AbstractCompleter. getItems(CLICompleterInvocation completerInvocation) -
Uses of CLICompleterInvocation in org.jboss.as.cli.impl.aesh.cmd.deployment
Methods in org.jboss.as.cli.impl.aesh.cmd.deployment with parameters of type CLICompleterInvocation Modifier and Type Method Description protected List<String>AbstractDeployCommand.ServerGroupsCompleter. getItems(CLICompleterInvocation completerInvocation)protected List<String>EnableCommand.NameCompleter. getItems(CLICompleterInvocation completerInvocation)protected List<String>InfoCommand.ServerGroupCompleter. getItems(CLICompleterInvocation completerInvocation) -
Uses of CLICompleterInvocation in org.jboss.as.cli.impl.aesh.cmd.security
Methods in org.jboss.as.cli.impl.aesh.cmd.security with parameters of type CLICompleterInvocation Modifier and Type Method Description protected List<String>SecurityCommand.OptionCompleters.CaAccountNameCompleter. getItems(CLICompleterInvocation completerInvocation)protected List<String>SecurityCommand.OptionCompleters.FileSystemRealmCompleter. getItems(CLICompleterInvocation completerInvocation)protected List<String>SecurityCommand.OptionCompleters.HTTPSListenerCompleter. getItems(CLICompleterInvocation completerInvocation)protected List<String>SecurityCommand.OptionCompleters.KeyStoreNameCompleter. getItems(CLICompleterInvocation completerInvocation)protected List<String>SecurityCommand.OptionCompleters.KeyStoreRealmCompleter. getItems(CLICompleterInvocation completerInvocation)protected List<String>SecurityCommand.OptionCompleters.KeyStoreTypeCompleter. getItems(CLICompleterInvocation completerInvocation)protected List<String>SecurityCommand.OptionCompleters.ManagementInterfaceCompleter. getItems(CLICompleterInvocation completerInvocation)protected List<String>SecurityCommand.OptionCompleters.MechanismCompleter. getItems(CLICompleterInvocation completerInvocation)protected List<String>SecurityCommand.OptionCompleters.MechanismDisableCompleter. getItems(CLICompleterInvocation completerInvocation)protected List<String>SecurityCommand.OptionCompleters.MechanismsCompleter. getItems(CLICompleterInvocation completerInvocation)protected List<String>SecurityCommand.OptionCompleters.NewHTTPSListenerCompleter. getItems(CLICompleterInvocation completerInvocation)protected List<String>SecurityCommand.OptionCompleters.PropertiesRealmCompleter. getItems(CLICompleterInvocation completerInvocation)protected List<String>SecurityCommand.OptionCompleters.ReferencedSecurityDomainCompleter. getItems(CLICompleterInvocation completerInvocation)protected List<String>SecurityCommand.OptionCompleters.RoleMapperCompleter. getItems(CLICompleterInvocation completerInvocation)protected List<String>SecurityCommand.OptionCompleters.SecureSocketBindingCompleter. getItems(CLICompleterInvocation completerInvocation)protected List<String>SecurityCommand.OptionCompleters.SecurityDomainCompleter. getItems(CLICompleterInvocation completerInvocation)protected List<String>SecurityCommand.OptionCompleters.ServerNameCompleter. getItems(CLICompleterInvocation completerInvocation)protected List<String>SecurityCommand.OptionCompleters.SimpleDecoderCompleter. getItems(CLICompleterInvocation completerInvocation)protected List<String>SecurityCommand.OptionCompleters.SocketBindingCompleter. getItems(CLICompleterInvocation completerInvocation) -
Uses of CLICompleterInvocation in org.jboss.as.cli.impl.aesh.cmd.security.auth
Methods in org.jboss.as.cli.impl.aesh.cmd.security.auth with parameters of type CLICompleterInvocation Modifier and Type Method Description protected List<String>HTTPServerDisableAuthCommand.MechanismCompleter. getItems(CLICompleterInvocation completerInvocation)protected List<String>HTTPServerEnableAuthCommand.FactoryMechanismCompleter. getItems(CLICompleterInvocation completerInvocation)
-