Package org.beryx.textio.demo
Class WebTextIoExecutor
- java.lang.Object
-
- org.beryx.textio.demo.WebTextIoExecutor
-
public class WebTextIoExecutor extends java.lang.Object
Allows executing code in aWebTextTerminal
by configuring and initializing aTextIoApp
.
-
-
Constructor Summary
Constructors Constructor Description WebTextIoExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(TextIoApp<?> app)
WebTextIoExecutor
withPort(int port)
-
-
-
Method Detail
-
withPort
public WebTextIoExecutor withPort(int port)
-
execute
public void execute(TextIoApp<?> app)
-
-