Class ScheduleXmlReaderProvider
java.lang.Object
com._1c.g5.v8.dt.schedule.import_.xml.reader.ScheduleXmlReaderProvider
- All Implemented Interfaces:
IXmlFileReaderProvider
Implementation of
IXmlFileReaderProvider
for schedules.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet XML file reader that may read the given parsed XML document to object to the model object of the provided class and the 1C:Enterprise runtime version.boolean
isAppropriate
(Document document, Path path, org.eclipse.emf.ecore.EClass eClass, Version version) Returns whether this provider may provide XML file reader for the given parsed XML document to object, model object class and 1C:Enterprise runtime version.
-
Constructor Details
-
ScheduleXmlReaderProvider
public ScheduleXmlReaderProvider()
-
-
Method Details
-
isAppropriate
public boolean isAppropriate(Document document, Path path, org.eclipse.emf.ecore.EClass eClass, Version version) Description copied from interface:IXmlFileReaderProvider
Returns whether this provider may provide XML file reader for the given parsed XML document to object, model object class and 1C:Enterprise runtime version.- Specified by:
isAppropriate
in interfaceIXmlFileReaderProvider
- Parameters:
document
- the XML document parsed fromfile
, cannot benull
path
- the file path with XML document, cannot benull
eClass
- the class to read object with, cannot benull
version
- the version of importing 1C:Enterprise XML files, cannot benull
- Returns:
- whether this provider may provide XML file reader
-
getReader
public IXmlFileReader getReader(Document document, Path path, org.eclipse.emf.ecore.EClass eClass, Version version) Description copied from interface:IXmlFileReaderProvider
Get XML file reader that may read the given parsed XML document to object to the model object of the provided class and the 1C:Enterprise runtime version.- Specified by:
getReader
in interfaceIXmlFileReaderProvider
- Parameters:
document
- the XML document parsed fromfile
, cannot benull
path
- the file path with XML document, cannot benull
eClass
- the class to read object with, cannot benull
version
- the version of importing 1C:Enterprise XML files, cannot benull
- Returns:
- the XML file reader, never
null
-