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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gradle.api.file.FileTreeElement
copyTo, copyTo, getMode, getPath, getPermissions
-
Method Details
-
getLastModified
public long getLastModified()- Specified by:
getLastModifiedin interfaceFileTreeElement
-
stopVisiting
public void stopVisiting()- Specified by:
stopVisitingin interfaceFileVisitDetails
-
getDisplayName
- Specified by:
getDisplayNamein classorg.gradle.api.internal.file.AbstractFileTreeElement
-
getSize
public long getSize()- Specified by:
getSizein interfaceFileTreeElement
-
getName
- Specified by:
getNamein interfaceFileTreeElement- Overrides:
getNamein classorg.gradle.api.internal.file.AbstractFileTreeElement
-
isDirectory
public boolean isDirectory()- Specified by:
isDirectoryin interfaceFileTreeElement
-
getRelativePath
- Specified by:
getRelativePathin interfaceFileTreeElement
-
open
- Specified by:
openin interfaceFileTreeElement
-
getFile
- Specified by:
getFilein interfaceFileTreeElement- See Also:
-
ZipFileTree.DetailsImpl#getFile()
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
getArchiveInputStream
-
getArchiveEntry
-
getStopFlag
-
isClosed
public boolean isClosed() -
isInputStreamUsed
public boolean isInputStreamUsed()
-