Interface IComponentProvider
-
- All Known Subinterfaces:
IBaseCodeActionRequest,ICodeActionRequest,ICodeActionResolverRequest,ICompletionItemResolverRequest
- All Known Implementing Classes:
CodeActionRequest,ResolveCodeActionRequest,ResolveCompletionItemRequest,XMLExtensionsRegistry,XMLLanguageService
public interface IComponentProviderComponent provider API to register utilities class for a given XML language serviceXMLLanguageService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TgetComponent(Class clazz)Returns the component class instance from the given class and null otherwise.
-
-
-
Method Detail
-
getComponent
<T> T getComponent(Class clazz)
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.
-
-