Class FilenameUtil


  • public class FilenameUtil
    extends java.lang.Object
    Utility methods for manipulations with file names
    • Constructor Summary

      Constructors 
      Constructor Description
      FilenameUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getFileName​(java.lang.String fullPath)
      Returns file name by given absolute or relative file location.
      • Methods inherited from class java.lang.Object

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

      • FilenameUtil

        public FilenameUtil()
    • Method Detail

      • getFileName

        public static java.lang.String getFileName​(java.lang.String fullPath)
        Returns file name by given absolute or relative file location.
        Parameters:
        fullPath - file location
        Returns:
        file name
        Since:
        1.3.1