Interface Resource

All Known Subinterfaces:
ValueResource<V>
All Known Implementing Classes:
AbstractObjectResource, AbstractResource, AbstractValueResource, BoundPropertyResource, DefaultResource, DefaultValueResource, EmailAddress, FileResource, ReferenceResource

public interface Resource
Represents a generic resource with an identifying URI.
Author:
Garret Wilson
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The Java property name of a resource's URI.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Field Details

    • URI_PROPERTY_NAME

      static final String URI_PROPERTY_NAME
      The Java property name of a resource's URI.
      See Also:
  • Method Details

    • getURI

      URI getURI()
      Returns:
      The resource identifier URI, or null if the identifier is not known.