Package qupath.lib.io

Class UriUpdater.SingleUriItem

java.lang.Object
qupath.lib.io.UriUpdater.SingleUriItem
Enclosing class:
UriUpdater<T extends UriResource>

public static class UriUpdater.SingleUriItem extends Object
Wrapper for a URI, providing access to a Path if available.
  • Method Details

    • getStatus

      public UriUpdater.UriStatus getStatus()
      Get the URI status.
      Returns:
    • getURI

      public URI getURI()
      Get the URI.
      Returns:
    • getPath

      public Path getPath()
      Get the Path corresponding to the URI, or none if the URI does not refer to a file.
      Returns:
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object