Class FilePathHelper


  • public class FilePathHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FilePathHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getJoinedPath​(java.lang.String dirPath, java.lang.String fileName)  
      static java.lang.String removeFileName​(java.lang.String filePath)  
      • Methods inherited from class java.lang.Object

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

      • FilePathHelper

        public FilePathHelper()
    • Method Detail

      • removeFileName

        public static java.lang.String removeFileName​(java.lang.String filePath)
      • getJoinedPath

        public static java.lang.String getJoinedPath​(java.lang.String dirPath,
                                                     java.lang.String fileName)