Interface CommandHelp.Suggestion
- All Superinterfaces:
CommandHelp
- Enclosing interface:
- CommandHelp
Represents a list of available commands, as suggestions.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.xpdustry.distributor.api.command.CommandHelp
CommandHelp.Empty, CommandHelp.Entry, CommandHelp.Suggestion -
Method Summary
Modifier and TypeMethodDescriptionReturns the child suggestions.Returns the longest shared path of the suggestions.static CommandHelp.SuggestionCreates a new command suggestion.
-
Method Details
-
of
Creates a new command suggestion.- Parameters:
longestSharedPath- the longest shared path of the suggestionschildSuggestions- the child suggestions
-
getChildSuggestions
Returns the child suggestions.
-