Package org.jboss.as.cli.impl
Interface DefaultCompleter.CandidatesProvider
-
- All Known Implementing Classes:
JDBCDriverNameProvider,PermittedCandidates
- Enclosing class:
- DefaultCompleter
public static interface DefaultCompleter.CandidatesProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>getAllCandidates(CommandContext ctx)
-
-
-
Method Detail
-
getAllCandidates
Collection<String> getAllCandidates(CommandContext ctx)
-
-