package command
          
          
            
          
          
        
        
            Ordering
            
          
          - Alphabetic
              Visibility
              
        - Public
- All
Type Members
- 
      
      
      
        
      
    
      
        
        class
      
      
        Command extends AnyRef
      
      
      A Vert.x Shell command, it can be created from any language using the io.vertx.scala.ext.shell.command.CommandBuilder#command or from a Java class using io.vertx.scala.ext.shell.command.Command#create 
- 
      
      
      
        
      
    
      
        
        class
      
      
        CommandBuilder extends AnyRef
      
      
      A build for Vert.x Shell command. 
- 
      
      
      
        
      
    
      
        
        class
      
      
        CommandProcess extends Tty
      
      
      The command process provides interaction with the process of the command provided by Vert.x Shell. 
- 
      
      
      
        
      
    
      
        
        class
      
      
        CommandRegistry extends CommandResolver
      
      
      A registry that contains the commands known by a shell. A registry that contains the commands known by a shell. It is a mutable command resolver. 
- 
      
      
      
        
      
    
      
        
        class
      
      
        CommandResolver extends AnyRef
      
      
      A resolver for commands, so the shell can discover commands. 
Value Members
-  object Command
-  object CommandBuilder
-  object CommandProcess
-  object CommandRegistry
-  object CommandResolver