Class E2EUtils
java.lang.Object
de.hybris.e2e.hybrisrootcauseanalysis.utils.E2EUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic FilecheckDirectory(String dir, String nameFolder) create a subdirectory from dir ( absolute path )static Propertiessort the Properties mapstatic Objectreturn an empty string if the string is Null
-
Method Details
-
isNull
return an empty string if the string is Null- Parameters:
obj-- Returns:
- obj
-
getSortedProperties
sort the Properties map- Parameters:
prop-- Returns:
- Properties ordered
-
checkDirectory
create a subdirectory from dir ( absolute path )- Parameters:
dir-nameFolder-- Returns:
- file
-