org.basex.core.cmd
Class RepoInstall

java.lang.Object
  extended by org.basex.core.Progress
      extended by org.basex.core.Command
          extended by org.basex.core.cmd.RepoInstall

public final class RepoInstall
extends Command

Evaluates the 'repo install' command.

Author:
BaseX Team 2005-12, BSD License, Rositsa Shadura

Field Summary
 
Fields inherited from class org.basex.core.Command
args
 
Fields inherited from class org.basex.core.Progress
listen, updating
 
Constructor Summary
RepoInstall(java.lang.String p, InputInfo i)
          Constructor.
 
Method Summary
 void build(CmdBuilder cb)
          Builds a string representation from the command.
 
Methods inherited from class org.basex.core.Command
execute, execute, info, newData, result, run, run, setInput, setInput, stoppable, supportsProg, toString, updated, updating
 
Methods inherited from class org.basex.core.Progress
checkStop, detail, listen, progress, startTimeout, stop, stopTimeout, title
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepoInstall

public RepoInstall(java.lang.String p,
                   InputInfo i)
Constructor.

Parameters:
p - package
i - input info
Method Detail

build

public void build(CmdBuilder cb)
Description copied from class: Command
Builds a string representation from the command. This string must be correctly built, as commands are sent to the server as strings.

Parameters:
cb - command builder