Interface E2EPropertiesFileService
-
- All Known Implementing Classes:
DefaultPropertiesFileService
public interface E2EPropertiesFileServiceCopy set of collected configuration properties into physical representation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteFile(java.util.Properties properties, java.lang.String nameFile)Persist configuration properties into *.properties file
-
-
-
Method Detail
-
writeFile
void writeFile(java.util.Properties properties, java.lang.String nameFile)Persist configuration properties into *.properties file- Parameters:
properties- - collected dynamic propertiesnameFile- - name of destination file to be read by diagnostic agent basing on CCDB template
-
-