Class FilePath


  • public class FilePath
    extends Path
    A Path that keeps the reference to the File
    • Constructor Summary

      Constructors 
      Constructor Description
      FilePath​(java.io.File file, java.lang.String url, java.lang.String canonicalUrl, java.lang.String relPath)  
    • Constructor Detail

      • FilePath

        public FilePath​(java.io.File file,
                        java.lang.String url,
                        java.lang.String canonicalUrl,
                        java.lang.String relPath)
    • Method Detail

      • getFile

        public java.io.File getFile()