Class PathUtils


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

      Constructors 
      Constructor Description
      PathUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Optional<java.lang.String> folderPath​(java.lang.String fullReleasePath)  
      static java.util.Optional<java.lang.String> releasePath​(java.lang.String fullReleasePath)  
      • Methods inherited from class java.lang.Object

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

      • PathUtils

        public PathUtils()
    • Method Detail

      • folderPath

        public static java.util.Optional<java.lang.String> folderPath​(java.lang.String fullReleasePath)
      • releasePath

        public static java.util.Optional<java.lang.String> releasePath​(java.lang.String fullReleasePath)