Interface VirtualFile


  • public interface VirtualFile
    Represents a file, could be a file in memory, inside a jar etc.
    • Method Detail

      • url

        java.lang.String url()
        The url of this file. I.E file://a/b.dwl or virtual:/foo/bar.dwl for in memory files¬
        Returns:
        The URL String
      • resourceIdentifier

        org.mule.weave.v2.api.tooling.location.ResourceIdentifier resourceIdentifier()
        Returns:
        the ResourceIdentifier.