Class BaseCommand

java.lang.Object
org.projectnessie.quarkus.cli.BaseCommand
All Implemented Interfaces:
Callable<Integer>
Direct Known Subclasses:
CheckContent, EraseRepository, ExportRepository, ImportRepository, NessieCli, NessieInfo

public abstract class BaseCommand extends Object implements Callable<Integer>
  • Field Details

    • EXIT_CODE_GENERIC_ERROR

      public static final Integer EXIT_CODE_GENERIC_ERROR
    • EXIT_CODE_CONTENT_ERROR

      public static final Integer EXIT_CODE_CONTENT_ERROR
    • EXIT_CODE_REPO_DOES_NOT_EXIST

      public static final Integer EXIT_CODE_REPO_DOES_NOT_EXIST
    • EXIT_CODE_REPO_ALREADY_EXISTS

      public static final Integer EXIT_CODE_REPO_ALREADY_EXISTS
  • Constructor Details

    • BaseCommand

      public BaseCommand()
  • Method Details