Class JavaPath.OrdFileWrapper

    • Field Detail

      • file

        private final File file
    • Constructor Detail

      • OrdFileWrapper

        OrdFileWrapper​(File file)
    • Method Detail

      • coversZip

        public boolean coversZip()
        Description copied from interface: JavaPath.FileWrapper
        Returns whether the wrapped file is within a zip-archive. If this is the case, the file wrapped was created newly.
        Specified by:
        coversZip in interface JavaPath.FileWrapper
        Returns:
        a boolean value signifying whether the wrapped file is within a zip-archive.
      • getFile

        public File getFile()
        Description copied from interface: JavaPath.FileWrapper
        Returns the file wrapped. If the wrapped file is within a zip-archive, it was created newly by this FileWrapper.
        Specified by:
        getFile in interface JavaPath.FileWrapper
        Returns:
        the File wrapped.