Package io.vertx.mutiny.ext.shell
Class Shell
java.lang.Object
io.vertx.mutiny.ext.shell.Shell
- All Implemented Interfaces:
MutinyDelegate
An interactive session between a consumer and a shell.
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
Shell
public Shell(io.vertx.ext.shell.Shell delegate) -
Shell
-
-
Method Details
-
getDelegate
public io.vertx.ext.shell.Shell getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
createJob
- Parameters:
line
- the command line creating this job- Returns:
- the created job
-
createJob
- Parameters:
line
-- Returns:
-
jobController
- Returns:
- the shell's job controller
-
session
- Returns:
- the current shell session
-
setPrompt
- Parameters:
prompt
- the new prompt will be calculated when it's needed.
-
close
public void close() -
newInstance
-