Interface ProjectVirtualFileSystemService
-
- All Superinterfaces:
org.mule.dx.platform.api.component.ComponentLifecycle,LanguageServerLifecycle,WeaveService
public interface ProjectVirtualFileSystemService extends WeaveService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualFilegetVirtualFile(java.lang.String uri)-
Methods inherited from interface org.mule.weave.extension.api.lifecycle.LanguageServerLifecycle
initialize, initialized, shutdown
-
Methods inherited from interface org.mule.weave.extension.api.services.WeaveService
start, stop
-
-
-
-
Method Detail
-
getVirtualFile
VirtualFile getVirtualFile(java.lang.String uri)
-
-