Interface E2EXmlFileService
-
- All Known Implementing Classes:
DefaultXmlFileService
public interface E2EXmlFileServiceCopy given xml stored in media into given location
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcopyToE2Efolder(MediaModel media, java.lang.String nameFile)Extract xml from media and store in *.xml filejava.lang.StringgetRootNameFolder()
-
-
-
Method Detail
-
copyToE2Efolder
void copyToE2Efolder(MediaModel media, java.lang.String nameFile)
Extract xml from media and store in *.xml file- Parameters:
media- - media containing xml with configurationnameFile- name of destination file to be read by diagnostic agent basing on CCDB template
-
getRootNameFolder
java.lang.String getRootNameFolder()
- Returns:
- name of destination folder to be read by diagnostic agent basing on CCDB template
-
-