Package com._1c.g5.v8.dt.export.xml
Class IExporterQualifier.NullExporterQualifier
java.lang.Object
com._1c.g5.v8.dt.export.xml.IExporterQualifier.NullExporterQualifier
- All Implemented Interfaces:
IExporterQualifier
- Enclosing interface:
- IExporterQualifier
public static class IExporterQualifier.NullExporterQualifier
extends Object
implements IExporterQualifier
Default implementation of exporter qualifier that always qualifies provided exporters with its
arguments.
-
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
-
NullExporterQualifier
public NullExporterQualifier()
-
-
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
-