Package org.incendo.cloud.context
Interface CommandContextFactory<C>
- Type Parameters:
C- Command sender
- All Known Implementing Classes:
StandardCommandContextFactory
Factory for
CommandContext instances-
Method Summary
-
Method Details
-
create
Creates a new command context.- Parameters:
suggestions- whether we're generating suggestionssender- the command sender- Returns:
- Command context
-