Class SecurityCommand.OptionCompleters.FileSystemRealmCompleter
- java.lang.Object
-
- org.jboss.as.cli.impl.aesh.cmd.AbstractCompleter
-
- org.jboss.as.cli.impl.aesh.cmd.security.SecurityCommand.OptionCompleters.FileSystemRealmCompleter
-
- All Implemented Interfaces:
org.aesh.command.completer.OptionCompleter<CLICompleterInvocation>
- Enclosing class:
- SecurityCommand.OptionCompleters
public static class SecurityCommand.OptionCompleters.FileSystemRealmCompleter extends AbstractCompleter
-
-
Constructor Summary
Constructors Constructor Description FileSystemRealmCompleter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<String>getItems(CLICompleterInvocation completerInvocation)-
Methods inherited from class org.jboss.as.cli.impl.aesh.cmd.AbstractCompleter
complete
-
-
-
-
Method Detail
-
getItems
protected List<String> getItems(CLICompleterInvocation completerInvocation)
- Specified by:
getItemsin classAbstractCompleter
-
-