-
- All Known Implementing Classes:
ExpressionRunner
,HelpPrintingRunner
,InteractiveRunner
,PochiScriptRunner
,ScriptEngineRunner
public interface Runner
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Runner.Mode
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Runner.Mode
mode()
void
run(Arguments args)
-
-
-
Method Detail
-
run
void run(Arguments args) throws IOException
- Throws:
IOException
-
mode
Runner.Mode mode()
-
-