Class Exit


public final class Exit extends Command
Evaluates the 'exit' command and quits the console.
Author:
BaseX Team 2005-21, BSD License, Christian Gruen
  • Constructor Details

    • Exit

      public Exit()
      Constructor.
  • 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 Job