Interface E2EXmlFileService
- All Known Implementing Classes:
DefaultXmlFileService
public interface E2EXmlFileService
Copy given xml stored in media into given location
-
Method Summary
Modifier and TypeMethodDescriptionvoidcopyToE2Efolder(MediaModel media, String nameFile) Extract xml from media and store in *.xml file
-
Method Details
-
copyToE2Efolder
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
String getRootNameFolder()- Returns:
- name of destination folder to be read by diagnostic agent basing on CCDB template
-