Class DefaultLicenceChangesService
- java.lang.Object
-
- de.hybris.e2e.hybrisrootcauseanalysis.changeanalysis.services.impl.DefaultLicenceChangesService
-
- All Implemented Interfaces:
E2EChangesPropertiesService
public class DefaultLicenceChangesService extends java.lang.Object implements E2EChangesPropertiesService
Read dynamic license configuration changes into properties file
-
-
Field Summary
-
Fields inherited from interface de.hybris.e2e.hybrisrootcauseanalysis.changeanalysis.services.E2EChangesPropertiesService
FULLSTOP
-
-
Constructor Summary
Constructors Constructor Description DefaultLicenceChangesService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.PropertiesgetInfo()get all Info related to Licencejava.lang.StringgetNameFile()booleanisSorted()voidsetNameFile(java.lang.String nameFile)voidsetSorted(boolean sorted)protected voidsetToProperties(Licence defaultLicence, java.util.Properties prop)
-
-
-
Method Detail
-
getInfo
public java.util.Properties getInfo()
get all Info related to Licence- Specified by:
getInfoin interfaceE2EChangesPropertiesService- Returns:
- collected dynamic configuration
-
setToProperties
protected void setToProperties(Licence defaultLicence, java.util.Properties prop)
- Parameters:
defaultLicence-prop-
-
getNameFile
public java.lang.String getNameFile()
- Specified by:
getNameFilein interfaceE2EChangesPropertiesService- Returns:
- name of destination file to be read by diagnostic agent basing on CCDB template
-
isSorted
public boolean isSorted()
- Specified by:
isSortedin interfaceE2EChangesPropertiesService- Returns:
- should the properties be sorted
-
setSorted
public void setSorted(boolean sorted)
- Parameters:
sorted- the sorted to set
-
setNameFile
public void setNameFile(java.lang.String nameFile)
- Parameters:
nameFile- the nameFile to set
-
-