Interface FileResourceSpecifier

    • Method Detail

      • getFileUrl

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

        java.lang.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​(java.lang.String aUrl)
        Sets the URL of the file.
        Parameters:
        aUrl - a URL string
      • setLocalCache

        void setLocalCache​(java.lang.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.