Interface CommandExtractor
- All Known Implementing Classes:
CommandExtractorImpl
Extracts
command descriptors from command class instances.-
Method Summary
Modifier and TypeMethodDescriptionextractCommands(@NonNull Object instance) Extracts the commands from the giveninstance.
-
Method Details
-
extractCommands
Extracts the commands from the giveninstance.- Parameters:
instance- the class instance- Returns:
- the extracted commands
-