Interface E2EPropertiesFileService

  • All Known Implementing Classes:
    DefaultPropertiesFileService

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void writeFile​(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 properties
        nameFile - - name of destination file to be read by diagnostic agent basing on CCDB template