Class SevenZipFileTree.SevenZArchiveEntryFileTreeElement
java.lang.Object
org.gradle.api.internal.file.AbstractFileTreeElement
io.freefair.gradle.plugins.compress.tree.SevenZipFileTree.SevenZArchiveEntryFileTreeElement
- All Implemented Interfaces:
Closeable
,AutoCloseable
,FileTreeElement
,FileVisitDetails
- Enclosing class:
- SevenZipFileTree
public class SevenZipFileTree.SevenZArchiveEntryFileTreeElement
extends org.gradle.api.internal.file.AbstractFileTreeElement
-
Method Summary
Methods inherited from class org.gradle.api.internal.file.AbstractFileTreeElement
copyTo, copyTo, getChmod, getMode, getPath, getPermissions, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.gradle.api.file.FileTreeElement
copyTo, copyTo, getMode, getPath, getPermissions
-
Method Details
-
getLastModified
public long getLastModified()- Specified by:
getLastModified
in interfaceFileTreeElement
-
stopVisiting
public void stopVisiting()- Specified by:
stopVisiting
in interfaceFileVisitDetails
-
getDisplayName
- Specified by:
getDisplayName
in classorg.gradle.api.internal.file.AbstractFileTreeElement
-
getSize
public long getSize()- Specified by:
getSize
in interfaceFileTreeElement
-
getName
- Specified by:
getName
in interfaceFileTreeElement
- Overrides:
getName
in classorg.gradle.api.internal.file.AbstractFileTreeElement
-
isDirectory
public boolean isDirectory()- Specified by:
isDirectory
in interfaceFileTreeElement
-
getRelativePath
- Specified by:
getRelativePath
in interfaceFileTreeElement
-
open
- Specified by:
open
in interfaceFileTreeElement
-
getFile
- Specified by:
getFile
in interfaceFileTreeElement
- See Also:
-
ZipFileTree.DetailsImpl#getFile()
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-
getArchiveInputStream
-
getArchiveEntry
-
getStopFlag
-
isClosed
public boolean isClosed() -
isInputStreamUsed
public boolean isInputStreamUsed()
-