Interface ResourceChangeList

    • Method Detail

      • getSearchPath

        String[] getSearchPath()
        Returns the search path used by the resource resolving.

        Each entry in the array is an absolute path terminated with a slash character. Thus to create an absolute path from a search path entry and a relative path, the search path entry and relative path may just be concatenated.

        Returns:
        The array of search paths
        See Also:
        ResourceResolver.getSearchPath()