Package com._1c.g5.v8.dt.natives.library
Interface IComponentExtraDependenciesProvider
- All Known Implementing Classes:
AbstractDelegatePlatformComponentDescription
,CommonDelegatePlatformComponentDescription
public interface IComponentExtraDependenciesProvider
Interface for getting external libraries for
IComponentDescription
.
Clients should implement this interface when its IComponentDescription
has external dependencies.
For example, this interface might be used for definition external dependencies for windows aplication such as "msvcp110.dll" and "msvcr110.dll"-
Method Summary
Modifier and TypeMethodDescriptiongetDependencies
(Version version) List of external dependency libraries forIComponentDescription
-
Method Details
-
getDependencies
List of external dependency libraries forIComponentDescription
- Returns:
- list of libraries files, never
null
-