Class DcsNativeSupportServiceLoader
- java.lang.Object
-
- com._1c.g5.v8.dt.dcsnative.common.DcsNativeSupportServiceLoader
-
public class DcsNativeSupportServiceLoader extends Object
Provides API for getting content of the preview part ofDataCompositionAppearanceTemplate
by its xml serialization content. You should get actualDcsNativeSupportLoader
for concreteVersion
and then get preview content from it.
-
-
Constructor Summary
Constructors Constructor Description DcsNativeSupportServiceLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DcsNativeSupportLoader
getDcsNativeLoaderProvider(Version version)
GetsDcsNativeSupportLoader
for concreteVersion
-
-
-
Method Detail
-
getDcsNativeLoaderProvider
public DcsNativeSupportLoader getDcsNativeLoaderProvider(Version version)
GetsDcsNativeSupportLoader
for concreteVersion
- Parameters:
version
- actual runtime version for getting content of the preview part ofDataCompositionAppearanceTemplate
, can't benull
- Returns:
DcsNativeSupportLoader
for concreteVersion
, nevernull
-
-