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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
run()
Runs the command and returns an exit code that the application should return
-