Class Utils


  • public class Utils
    extends Object
    This class contains some utility methods.
    Since:
    3.0
    Author:
    Laurent Jourdren
    • Constructor Detail

      • Utils

        public Utils()
    • Method Detail

      • removeTmpExtension

        public static String removeTmpExtension​(String s)
        Remove the ".tmp" suffix of a string if exists.
        Parameters:
        s - the string to process
        Returns:
        a string without ".tmp" suffix