Class DefaultPropertiesFileService
- java.lang.Object
-
- de.hybris.e2e.hybrisrootcauseanalysis.changeanalysis.services.impl.DefaultPropertiesFileService
-
- All Implemented Interfaces:
E2EPropertiesFileService
public class DefaultPropertiesFileService extends java.lang.Object implements E2EPropertiesFileService
Copy set of collected configuration properties into physical representation
-
-
Constructor Summary
Constructors Constructor Description DefaultPropertiesFileService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setNameFolder(java.lang.String nameFolder)
void
writeFile(java.util.Properties properties, java.lang.String nameFile)
Write all properties saved in a file named nameFile
-
-
-
Method Detail
-
setNameFolder
public void setNameFolder(java.lang.String nameFolder)
- Parameters:
nameFolder
- the nameFolder to set
-
writeFile
public void writeFile(java.util.Properties properties, java.lang.String nameFile)
Write all properties saved in a file named nameFile- Specified by:
writeFile
in interfaceE2EPropertiesFileService
- Parameters:
properties
-nameFile
-
-
-