Class ReadReferences

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Integer>

    public class ReadReferences
    extends AbstractCommand
    Implementation to read all references.
    • Constructor Summary

      Constructors 
      Constructor Description
      ReadReferences()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()
      Convenience method declaration that allows to "just throw" Nessie API exceptions.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReadReferences

        public ReadReferences()
    • Method Detail

      • execute

        public void execute()
                     throws org.projectnessie.error.NessieNotFoundException
        Description copied from class: AbstractCommand
        Convenience method declaration that allows to "just throw" Nessie API exceptions.
        Specified by:
        execute in class AbstractCommand
        Throws:
        org.projectnessie.error.NessieNotFoundException