org.basex.fs
Class Exec

java.lang.Object
  extended by org.basex.fs.FSCmd
      extended by org.basex.fs.Exec

public final class Exec
extends FSCmd

Performs an external command.

Author:
Workgroup DBIS, University of Konstanz 2005-08, ISC License, Hannes Schwarz - Hannes.Schwarz@gmail.com

Constructor Summary
Exec()
           
 
Method Summary
 void args(java.lang.String args)
          Checks the command line arguments.
 void exec(PrintOutput out)
          Executes the command..
 
Methods inherited from class org.basex.fs.FSCmd
context, get
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exec

public Exec()
Method Detail

args

public void args(java.lang.String args)
Description copied from class: FSCmd
Checks the command line arguments.

Specified by:
args in class FSCmd
Parameters:
args - command line arguments

exec

public void exec(PrintOutput out)
          throws FSException
Description copied from class: FSCmd
Executes the command..

Specified by:
exec in class FSCmd
Parameters:
out - output stream
Throws:
FSException