Interface VirtualFile
public interface VirtualFile
Represents a file, could be a file in memory, inside a jar etc.
-
Method Summary
Modifier and TypeMethodDescriptionorg.mule.weave.v2.api.tooling.location.ResourceIdentifierurl()The url of this file.
-
Method Details
-
url
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.
-