Class Reference


  • public class Reference
    extends Object
    The ReferencedResource represents a resource which is referenced from another Resource.

    Unless otherwise noted, all fields contained in this class are not null.

    • Constructor Detail

      • Reference

        public Reference​(String type,
                         String name,
                         Resource resource,
                         long lastModified)
    • Method Detail

      • getType

        public String getType()
        Returns:
        the type of the resource, for informative purposes
      • getName

        public String getName()
        Returns:
        the friendly name of the resource, for informative purposes
      • getResource

        public Resource getResource()
        Returns:
        the referenced resource
      • getLastModified

        public long getLastModified()
        Returns:
        the time when this resource was last modified, or -1 if the last modified time is not known