Uses of Class
org.basex.core.Commands

Packages that use Commands
org.basex.core This package contains the core classes. 
org.basex.core.proc This package contains the command implementations. 
org.basex.gui Contains the graphical user interface of BaseX. 
 

Uses of Commands in org.basex.core
 

Fields in org.basex.core declared as Commands
 Commands Command.name
          Command name.
 

Methods in org.basex.core that return Commands
static Commands Commands.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Commands[] Commands.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.basex.core with parameters of type Commands
Command(Commands comm, java.lang.String a)
          Constructor.
 

Uses of Commands in org.basex.core.proc
 

Methods in org.basex.core.proc with parameters of type Commands
static boolean Proc.execute(Commands comm, java.lang.String... arg)
          Executes the specified command.
static Proc Proc.get(Commands comm, java.lang.String... arg)
          Returns a process instance of the specified command.
 

Uses of Commands in org.basex.gui
 

Methods in org.basex.gui with parameters of type Commands
 void GUI.execute(Commands cmd, java.lang.String... arg)
          Launches the specified command.