org.basex.core.proc
Class PFinder

java.lang.Object
  extended by org.basex.core.Progress
      extended by org.basex.core.AbstractProcess
          extended by org.basex.core.proc.Proc
              extended by org.basex.core.proc.PFinder

public final class PFinder
extends Proc

Evaluates the 'xquery' command.

Author:
Workgroup DBIS, University of Konstanz 2005-07, ISC License, Christian Gruen

Field Summary
static java.lang.String PF
          Pathfinder class path.
static java.lang.String PFP
          Pathfinder class path.
static java.lang.String PIPE
          Pipelining.
 
Fields inherited from class org.basex.core.AbstractProcess
cmd
 
Constructor Summary
PFinder()
           
 
Method Summary
 
Methods inherited from class org.basex.core.proc.Proc
det, execute, execute, get, head, info, info, output, output, prog, result, toString
 
Methods inherited from class org.basex.core.Progress
detail, header, progress, progress, stop, stopped
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PF

public static final java.lang.String PF
Pathfinder class path.

See Also:
Constant Field Values

PFP

public static final java.lang.String PFP
Pathfinder class path.

See Also:
Constant Field Values

PIPE

public static final java.lang.String PIPE
Pipelining.

See Also:
Constant Field Values
Constructor Detail

PFinder

public PFinder()