Uses of Interface
io.vertx.ext.shell.session.Session
-
Packages that use Session Package Description io.vertx.ext.shell io.vertx.ext.shell.cli io.vertx.ext.shell.command io.vertx.ext.shell.session io.vertx.ext.shell.system io.vertx.ext.shell.term -
-
Uses of Session in io.vertx.ext.shell
Methods in io.vertx.ext.shell that return Session Modifier and Type Method Description Session
Shell. session()
Method parameters in io.vertx.ext.shell with type arguments of type Session Modifier and Type Method Description void
Shell. setPrompt(java.util.function.Function<Session,String> prompt)
Set a new prompt in this session. -
Uses of Session in io.vertx.ext.shell.cli
Methods in io.vertx.ext.shell.cli that return Session Modifier and Type Method Description Session
Completion. session()
-
Uses of Session in io.vertx.ext.shell.command
Methods in io.vertx.ext.shell.command that return Session Modifier and Type Method Description Session
CommandProcess. session()
-
Uses of Session in io.vertx.ext.shell.session
Methods in io.vertx.ext.shell.session that return Session Modifier and Type Method Description static Session
Session. create()
Create a new empty session.Session
Session. put(String key, Object obj)
Put some data in a session -
Uses of Session in io.vertx.ext.shell.system
Methods in io.vertx.ext.shell.system that return Session Modifier and Type Method Description Session
Process. getSession()
Methods in io.vertx.ext.shell.system with parameters of type Session Modifier and Type Method Description Job
Job. setSession(Session session)
Set a session on the job.Process
Process. setSession(Session session)
Set the process session -
Uses of Session in io.vertx.ext.shell.term
Methods in io.vertx.ext.shell.term with parameters of type Session Modifier and Type Method Description Term
Term. setSession(Session session)
Associate the term with a session.
-