Interface ExampleRunnable
- All Known Implementing Classes:
BadGrandchild
,BaseCommand
,BashCompletion
,ByteCalculator
,CheckAddress
,CheckPostcodes
,Child
,ColorDemo
,Colors256
,ColorsBasic
,ColorsTrue
,Debug
,Decorations
,Discussed
,ExternalHelp
,FileInfo
,GoodGrandchild
,Help
,Logs
,Manuals
,MaybeVerboseCommand
,ModuleReuse
,Modules
,Parent
,Price
,PromptsDemo
,Required
,RequiredArguments
,Send
,Simple
public interface ExampleRunnable
-
Method Summary
Modifier and TypeMethodDescriptionint
run()
Runs the command and returns an exit code that the application should return
-
Method Details
-
run
int run()Runs the command and returns an exit code that the application should return- Returns:
- Exit code
-