Class AbstractCommand

    • Constructor Detail

      • AbstractCommand

        public AbstractCommand()
    • Method Detail

      • createNessieApiInstance

        public NessieApiV1 createNessieApiInstance()
      • execute

        public abstract void execute()
                              throws org.projectnessie.error.BaseNessieClientServerException
        Convenience method declaration that allows to "just throw" Nessie API exceptions.
        Throws:
        org.projectnessie.error.BaseNessieClientServerException