Interface WeaveMetadataProviderComponent
- All Superinterfaces:
org.mule.dx.platform.api.component.ComponentLifecycle,LanguageServerLifecycle,WeaveComponent
-
Method Summary
Modifier and TypeMethodDescriptionmetadata(VirtualFile virtualFile) Get the context metadata for the given virtual file.Methods inherited from interface org.mule.weave.extension.api.lifecycle.LanguageServerLifecycle
initialize, initialized, shutdownMethods inherited from interface org.mule.weave.extension.api.component.WeaveComponent
start, stop
-
Method Details
-
metadata
Get the context metadata for the given virtual file.- Parameters:
virtualFile- The virtual File.- Returns:
- The context metadata for the given virtual file.
-