Package com._1c.g5.v8.dt.natives.library
Class DefaultComponentLoaderManager
java.lang.Object
com._1c.g5.v8.dt.natives.library.DefaultComponentLoaderManager
- All Implemented Interfaces:
IComponentLoaderManager
DefaultComponentLoaderManager implementation of IComponentLoaderManager-
Field Summary
Fields inherited from interface com._1c.g5.v8.dt.natives.library.IComponentLoaderManager
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLibraries(IComponentLoader loader, Version version) Gets list of libraries corresponding to the component name and runtime version forIComponentLoadergetLibraries(String componentName, Version version) Gets list of libraries corresponding to the component name and runtime version for early registeredIComponentLoadervoidRegisters component.
-
Constructor Details
-
DefaultComponentLoaderManager
public DefaultComponentLoaderManager()
-
-
Method Details
-
registerComponentLoader
Description copied from interface:IComponentLoaderManagerRegisters component. Registered component client can be loaded in any time only by name- Specified by:
registerComponentLoaderin interfaceIComponentLoaderManager- Parameters:
loader- registeringIComponentLoader, can't benull
-
getLibraries
Description copied from interface:IComponentLoaderManagerGets list of libraries corresponding to the component name and runtime version for early registeredIComponentLoader- Specified by:
getLibrariesin interfaceIComponentLoaderManager- Parameters:
componentName- name of the early registered component, can't benullversion- actual runtime version of libraries, can'benull- Returns:
- list of libraries corresponding to the component name and runtime version, never
null
-
getLibraries
Description copied from interface:IComponentLoaderManagerGets list of libraries corresponding to the component name and runtime version forIComponentLoader- Specified by:
getLibrariesin interfaceIComponentLoaderManager- Parameters:
loader- loadingIComponentLoader, can't benullversion- actual runtime version of libraries, can'benull- Returns:
- list of libraries corresponding to the component name and runtime version, never
null
-