public class ArFileTree.ArArchiveEntryFileTreeElement extends org.gradle.api.internal.file.AbstractFileTreeElement
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
E |
getArchiveEntry() |
IS |
getArchiveInputStream() |
String |
getDisplayName() |
File |
getFile() |
long |
getLastModified() |
int |
getMode() |
String |
getName() |
RelativePath |
getRelativePath() |
long |
getSize() |
AtomicBoolean |
getStopFlag() |
boolean |
isClosed() |
boolean |
isDirectory() |
boolean |
isInputStreamUsed() |
InputStream |
open() |
void |
stopVisiting() |
copyTo, copyTo, getChmod, getPath, getPermissions, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyTo, copyTo, getPath, getPermissionspublic int getMode()
getMode in interface FileTreeElementgetMode in class org.gradle.api.internal.file.AbstractFileTreeElementpublic void stopVisiting()
stopVisiting in interface FileVisitDetailspublic String getDisplayName()
getDisplayName in class org.gradle.api.internal.file.AbstractFileTreeElementpublic long getLastModified()
getLastModified in interface FileTreeElementpublic long getSize()
getSize in interface FileTreeElementpublic String getName()
getName in interface FileTreeElementgetName in class org.gradle.api.internal.file.AbstractFileTreeElementpublic boolean isDirectory()
isDirectory in interface FileTreeElementpublic RelativePath getRelativePath()
getRelativePath in interface FileTreeElementpublic InputStream open()
open in interface FileTreeElement@Nonnull public File getFile()
getFile in interface FileTreeElementZipFileTree.DetailsImpl#getFile()public void close()
close in interface Closeableclose in interface AutoCloseablepublic IS getArchiveInputStream()
public E getArchiveEntry()
public AtomicBoolean getStopFlag()
public boolean isClosed()
public boolean isInputStreamUsed()