Package com._1c.g5.v8.dt.natives.library
Interface IComponentExtraDependenciesProvider
-
- All Known Implementing Classes:
AbstractDelegatePlatformComponentDescription
,CommonDelegatePlatformComponentDescription
public interface IComponentExtraDependenciesProvider
Interface for getting external libraries forIComponentDescription
. Clients should implement this interface when itsIComponentDescription
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<File>
getDependencies(Version version)
List of external dependency libraries forIComponentDescription
-
-
-
Method Detail
-
getDependencies
Collection<File> getDependencies(Version version)
List of external dependency libraries forIComponentDescription
- Returns:
- list of libraries files, never
null
-
-