Interface E2EXmlFileService
-
- All Known Implementing Classes:
DefaultXmlFileService
public interface E2EXmlFileService
Copy given xml stored in media into given location
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
copyToE2Efolder(MediaModel media, java.lang.String nameFile)
Extract xml from media and store in *.xml filejava.lang.String
getRootNameFolder()
-
-
-
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
-
-