QElectroTech 0.100.0-dev
|
The ECHSToXml class Manage the copy of a directory or element from a collection (no matter if the source is a file system collection or an xml collection) to an xml collection. More...
#include <elementcollectionhandler.h>
Public Member Functions | |
ECHSToXml (ElementsLocation &source, ElementsLocation &destination) | |
ElementsLocation | copy () override |
Public Member Functions inherited from ECHStrategy | |
ECHStrategy (ElementsLocation &source, ElementsLocation &destination) | |
virtual | ~ECHStrategy () |
Additional Inherited Members | |
Public Attributes inherited from ECHStrategy | |
ElementsLocation | m_source |
ElementsLocation | m_destination |
The ECHSToXml class Manage the copy of a directory or element from a collection (no matter if the source is a file system collection or an xml collection) to an xml collection.
ECHSToXml::ECHSToXml | ( | ElementsLocation & | source, |
ElementsLocation & | destination | ||
) |
|
overridevirtual |