Class Misc


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

      Constructors 
      Constructor Description
      Misc()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getNameFromPath​(java.lang.String filePath)  
      static java.lang.String getParentPath​(java.lang.String filePath)  
      static java.lang.Iterable<java.lang.String> getPathComponents​(java.lang.String filePath)  
      • Methods inherited from class java.lang.Object

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

      • Misc

        public Misc()
    • Method Detail

      • getParentPath

        public static java.lang.String getParentPath​(java.lang.String filePath)
      • getNameFromPath

        public static java.lang.String getNameFromPath​(java.lang.String filePath)
      • getPathComponents

        public static java.lang.Iterable<java.lang.String> getPathComponents​(java.lang.String filePath)