Class E2EUtils


  • public class E2EUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.File checkDirectory​(java.lang.String dir, java.lang.String nameFolder)
      create a subdirectory from dir ( absolute path )
      static java.util.Properties getSortedProperties​(java.util.Properties prop)
      sort the Properties map
      static java.lang.Object isNull​(java.lang.Object obj)
      return an empty string if the string is Null
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isNull

        public static java.lang.Object isNull​(java.lang.Object obj)
        return an empty string if the string is Null
        Parameters:
        obj -
        Returns:
        obj
      • getSortedProperties

        public static java.util.Properties getSortedProperties​(java.util.Properties prop)
        sort the Properties map
        Parameters:
        prop -
        Returns:
        Properties ordered
      • checkDirectory

        public static java.io.File checkDirectory​(java.lang.String dir,
                                                  java.lang.String nameFolder)
        create a subdirectory from dir ( absolute path )
        Parameters:
        dir -
        nameFolder -
        Returns:
        file