Class FileUtil.FileHandlerHack

    • Constructor Detail

      • FileHandlerHack

        public FileHandlerHack()
    • Method Detail

      • newFile

        public java.io.File newFile​(java.io.File parent,
                                    java.lang.String... subDirs)
        Overrides:
        newFile in class FileHandler
      • newFile

        public java.io.File newFile​(java.lang.String parent,
                                    java.lang.String... subDirs)
        Overrides:
        newFile in class FileHandler
      • getCanonicalFileSafe

        public java.io.File getCanonicalFileSafe​(java.io.File file)
        Description copied from class: FileHandler
        Preserves the case of the file.name when the file exists but differs in case
        Overrides:
        getCanonicalFileSafe in class FileHandler
      • getCanonicalPathSafe

        public java.lang.String getCanonicalPathSafe​(java.io.File file)
        Description copied from class: FileHandler
        Preserves the case of the file.name when the file exists but differs in case
        Overrides:
        getCanonicalPathSafe in class FileHandler
      • isAncestorOf

        public boolean isAncestorOf​(java.io.File _parent,
                                    java.io.File _child)
        Description copied from class: FileHandler
        Whether child in an ancestor of parent, or child IS parent
        Overrides:
        isAncestorOf in class FileHandler