Package com._1c.g5.v8.dt.natives.library
Interface IComponentLibraryResolver
- All Known Implementing Classes:
AbstractComponentDescription,AbstractDelegateComponentDescription,AbstractDelegatePlatformComponentDescription,CairoComponentDescription,ChartComponentDescription,ChartPlatformComponentDescription,CommonDelegatePlatformComponentDescription,DcsNativeComponentDescription,DcsNativePlatformComponentDescription,FormNativeComponentDescription,FormNativePlatformComponentDescription,IcuComponentDescription,ImageMagicComponentDescription,LibUnwindComponentDescription,LzPlatformComponentDescription,MallocLibComponentDescription,MdNativeComponentDescription,MdNativePlatformComponentDescription,NgHttpPlatformComponentDescription,OpenJpPlatformComponentDescription,PictureNativeComponentDescription,PlatformComponentDescription,StdLibCPlusPlusComponentDescription,WSDefinitionComponentDescription,WSDefinitionPlatformComponentDescription
public interface IComponentLibraryResolver
Interface for getting component library file by name
-
Method Summary
Modifier and TypeMethodDescriptionresolveLibrary(String name, Version version) Gets file to the library by its nameresolveResource(String name, Version version) Gets file to the library resource by its name
-
Method Details
-
resolveLibrary
Gets file to the library by its name- Parameters:
name- name of the resolving library, can't benull- Returns:
- file corresponding to the resolving library or
nullif library with the same name wasn't found
-
resolveResource
Gets file to the library resource by its name- Parameters:
name- name of the resolving library resource, can't benull- Returns:
- file corresponding to the resolving library resource or
nullif library resource with the same name wasn't found
-