Uses of Class
org.basex.core.Process

Packages that use Process
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 Process in org.basex.core
 

Methods in org.basex.core that return Process
 Process[] CommandParser.parse()
          Parses the input and returns a command list.
 

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

Uses of Process in org.basex.core.proc
 

Subclasses of Process in org.basex.core.proc
 class Check
          Evaluates the 'check' command.
 class Close
          Evaluates the 'close' command.
 class Copy
          Evaluates the 'copy' command.
 class CreateDB
          Creates a new database.
 class CreateFS
          Creates a new filesystem mapping.
 class CreateIndex
          Creates a new index.
 class CreateMAB
          Creates a new database.
 class Cs
          Evaluates the 'cs' command.
 class Delete
          Evaluates the 'delete' command.
 class DropDB
          Evaluates the 'drop database' command.
 class DropIndex
          Evaluates the 'drop index' command.
 class Exit
          Represents the 'stop' command.
 class Export
          Evaluates the 'optimize' command.
 class Find
          Evaluates the 'find' command.
 class Fs
          Evaluates the 'fs' command.
 class GetInfo
          Represents the 'get result' command.
 class GetResult
          Represents the 'get result' command.
 class Help
          Evaluates the 'help' command.
 class Info
          Database info.
 class InfoDB
          Database info.
 class InfoIndex
          Database info.
 class InfoTable
          Database info.
 class Insert
          Inserts an element into the database.
 class List
          Evaluates the 'list' command.
 class Open
          Opens an existing database.
 class Optimize
          Evaluates the 'optimize' command.
 class Ping
          Evaluates the 'ping' command.
 class Prompt
          Evaluates the 'prompt' command.
 class Set
          Evaluates the 'set' command.
 class Update
          Updates an element in database.
 class XMark
          Evaluates the 'xmark' command.
 class XPath
          Evaluates the 'xpath' command.
 class XPathMV
          Evaluates the 'xpathmv' command.
 class XQEnv
          Evaluates the 'xqenv' command.
 class XQuery
          Evaluates the 'xquery' command.
 

Uses of Process in org.basex.gui
 

Methods in org.basex.gui with parameters of type Process
 boolean GUI.exec(Process pr)
          Launches the specified process.
 void GUI.execute(Process pr)
          Launches the specified process in a thread.