Interface ExternalResourceDescription

    • Method Detail

      • getName

        String getName()
        Retrieves the name by which the resource is identified.
        Returns:
        the name of this resource.
      • setName

        void setName​(String aName)
        Sets the name by which the resource is identified.
        Parameters:
        aName - the name of this resource.
      • getDescription

        String getDescription()
        Retrieves the textual description of the resource.
        Returns:
        the textual description of the resource.
      • setDescription

        void setDescription​(String aDescription)
        Retrieves the textual description of the resource.
        Parameters:
        aDescription - the textual description of the resource.
      • getResourceSpecifier

        ResourceSpecifier getResourceSpecifier()
        Retrieves the ResourceSpecifier that describes how to create the resource.
        Returns:
        the ResourceSpecifier for this external resource
      • setResourceSpecifier

        void setResourceSpecifier​(ResourceSpecifier aSpecifier)
        Sets the ResourceSpecifier that describes how to create the resource.
        Parameters:
        aSpecifier - the ResourceSpecifier for this external resource
        Throws:
        UIMA_UnsupportedOperationException - if this object is not modifiable