Interface FileResourceSpecifier

    • Method Detail

      • getFileUrl

        String getFileUrl()
        Retrieves the URL of the file.
        Returns:
        a URL string
      • getLocalCache

        String getLocalCache()
        Gets the file name for the local cache of a remote resource file. This is optional.
        Returns:
        the file name of the local cache, null if none.
      • setFileUrl

        void setFileUrl​(String aUrl)
        Sets the URL of the file.
        Parameters:
        aUrl - a URL string
      • setLocalCache

        void setLocalCache​(String aFileName)
        Sets the file name for the local cache of a remote resource file. This is optional.
        Parameters:
        aFileName - file name of the local cache, null if none.