Package com._1c.g5.v8.dt.form.export.xml
Class NativeFormExporterQualifier
java.lang.Object
com._1c.g5.v8.dt.form.export.xml.NativeFormExporterQualifier
- All Implemented Interfaces:
IExporterQualifier
IExporterQualifier
implementation that qualifies only native forms.-
Nested Class Summary
Nested classes/interfaces inherited from interface com._1c.g5.v8.dt.export.xml.IExporterQualifier
IExporterQualifier.NullExporterQualifier
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NativeFormExporterQualifier
public NativeFormExporterQualifier()
-
-
Method Details
-
qualify
Description copied from interface:IExporterQualifier
Qualify whether need to use the providedIExporter
for the provided object and version.- Specified by:
qualify
in interfaceIExporterQualifier
- Parameters:
exporter
- the exporter to check, cannot benull
version
- the 1C:Enterprise runtime version, cannot benull
eObject
- the object to export, cannot benull
- Returns:
- whether need to use the provider
IExporter
for the provided object and version
-