Class Inspect


public final class Inspect extends Command
Evaluates the 'inspect' command: checks if the currently opened database has inconsistent data structures.
Author:
BaseX Team 2005-21, BSD License, Christian Gruen
  • Constructor Details

    • Inspect

      public Inspect()
      Default constructor.
  • Method Details

    • run

      protected boolean run() throws IOException
      Description copied from class: Command
      Executes the command and serializes the result (internal call).
      Specified by:
      run in class Command
      Returns:
      success of operation
      Throws:
      IOException - I/O exception
    • 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 Job