Interface E2EPropertiesFileService

All Known Implementing Classes:
DefaultPropertiesFileService

public interface E2EPropertiesFileService
Copy set of collected configuration properties into physical representation
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writeFile(Properties properties, String nameFile)
    Persist configuration properties into *.properties file
  • Method Details

    • writeFile

      void writeFile(Properties properties, String nameFile)
      Persist configuration properties into *.properties file
      Parameters:
      properties - - collected dynamic properties
      nameFile - - name of destination file to be read by diagnostic agent basing on CCDB template