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 ofDataCompositionAppearanceTemplateby its xml serialization content. You should get actualDcsNativeSupportLoaderfor concreteVersionand 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 DcsNativeSupportLoadergetDcsNativeLoaderProvider(Version version)GetsDcsNativeSupportLoaderfor concreteVersion
-
-
-
Method Detail
-
getDcsNativeLoaderProvider
public DcsNativeSupportLoader getDcsNativeLoaderProvider(Version version)
GetsDcsNativeSupportLoaderfor concreteVersion- Parameters:
version- actual runtime version for getting content of the preview part ofDataCompositionAppearanceTemplate, can't benull- Returns:
DcsNativeSupportLoaderfor concreteVersion, nevernull
-
-