Interface LabeledResource

    • Method Detail

      • getPath

        String getPath()
        Returns the path of this resource
        Returns:
        the path of this resource
      • getName

        String getName()
        Returns the name of this resource. this is usually the last segment of it's path.
        Returns:
        the name of the resource
      • getTitle

        String getTitle()
        Returns the tile of this resource.
        Returns:
        the tile of this resource or null if not defined.
      • getDescription

        String getDescription()
        Returns the description of this resource.
        Returns:
        the description of this resource or null if not defined.