Class Retrieve


public final class Retrieve extends ACreate
Evaluates the 'retrieve' command and retrieves binary content.
Author:
BaseX Team 2005-21, BSD License, Christian Gruen
  • Constructor Details

    • Retrieve

      public Retrieve(String path)
      Default constructor.
      Parameters:
      path - source path
  • Method Details

    • run

      protected boolean run()
      Description copied from class: Command
      Executes the command and serializes the result (internal call).
      Specified by:
      run in class Command
      Returns:
      success of operation
    • addLocks

      public void addLocks()
      Description copied from class: Job
      Adds the strings (databases, special identifiers) for which locks need to be acquired.
      Overrides:
      addLocks in class ACreate