Interface IComponentProvider
- All Known Subinterfaces:
IBaseCodeActionRequest,ICodeActionRequest,ICodeActionResolverRequest,ICompletionItemResolverRequest
- All Known Implementing Classes:
CodeActionRequest,ResolveCodeActionRequest,ResolveCompletionItemRequest,XMLExtensionsRegistry,XMLLanguageService
public interface IComponentProvider
Component provider API to register utilities class for a given XML language
service
XMLLanguageService-
Method Summary
Modifier and TypeMethodDescription<T> TgetComponent(Class clazz) Returns the component class instance from the given class and null otherwise.
-
Method Details
-
getComponent
Returns the component class instance from the given class and null otherwise.- Parameters:
clazz- class of the component.- Returns:
- the component class instance from the given class and null otherwise.
-