Uses of Class
org.basex.core.Command

Packages that use Command
org.basex.core This package contains the core classes. 
 

Uses of Command in org.basex.core
 

Fields in org.basex.core declared as Command
 Command AbstractProcess.cmd
          Command reference.
 

Methods in org.basex.core that return Command
 Command CommandParser.next()
          Returns the current command.
 

Constructors in org.basex.core with parameters of type Command
ClientProcess(java.lang.String h, int p, Command c)
          Constructor, specifying the server host:port and the command to be sent.