Class VirtualFilePaths


  • @Beta
    public final class VirtualFilePaths
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static VirtualFilePath from​(java.lang.String path, java.lang.String separator)  
      static VirtualFilePath from​(java.nio.file.Path path)  
      • Methods inherited from class java.lang.Object

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

      • VirtualFilePaths

        public VirtualFilePaths()
    • Method Detail

      • from

        public static VirtualFilePath from​(java.lang.String path,
                                           java.lang.String separator)