Interface WriteOnlyResource

    • Method Detail

      • canRead

        default boolean canRead()
        Description copied from interface: Resource
        Returns true if the resource is readable, false if not.
        Specified by:
        canRead in interface Resource
        Returns:
        True if can read from the resource
      • canWrite

        default boolean canWrite()
        Description copied from interface: Resource
        Returns true if the resource is writable, false if not.
        Specified by:
        canWrite in interface Resource
        Returns:
        True if can write to the resource