Package org.jboss.as.cli.impl
Interface ValueTypeCompleter.ValueTypeCandidatesProvider
-
- All Known Implementing Classes:
ValueTypeCompleter.EqualsState,ValueTypeCompleter.InitialValueState,ValueTypeCompleter.ListItemSeparatorState,ValueTypeCompleter.PropertyState,ValueTypeCompleter.TextState
- Enclosing class:
- ValueTypeCompleter
public static interface ValueTypeCompleter.ValueTypeCandidatesProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>getCandidates(String chunk)
-
-
-
Method Detail
-
getCandidates
Collection<String> getCandidates(String chunk)
-
-