Class Help


public final class Help extends Command
Evaluates the 'help' command and returns help on the database commands.
Author:
BaseX Team 2005-21, BSD License, Christian Gruen
  • Constructor Details

    • Help

      public Help(String arg)
      Default constructor.
      Parameters:
      arg - argument (can be null)
  • 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