Interface ResourceSystem

    • Method Detail

      • getResource

        java.nio.file.Path getResource​(java.lang.String path)
                                throws java.io.IOException
        Obtains the Path to the resource.
        Parameters:
        path - Path for the resource.
        Returns:
        Path if resource found, otherwise null.
        Throws:
        java.io.IOException - If failure in obtaining Path.