Class

org.apache.commons.vfs2.provider.jar

JarFileObject

Related Doc: package jar

Permalink

class JarFileObject extends ZipFileObject

Linear Supertypes
ZipFileObject, AbstractFileObject[ZipFileSystem], FileObject, Closeable, AutoCloseable, Iterable[FileObject], Comparable[FileObject], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JarFileObject
  2. ZipFileObject
  3. AbstractFileObject
  4. FileObject
  5. Closeable
  6. AutoCloseable
  7. Iterable
  8. Comparable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JarFileObject(name: AbstractFileName, entry: ZipEntry, fs: JarFileSystem, zipExists: Boolean)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def attachChild(childName: FileName): Unit

    Permalink
    Definition Classes
    ZipFileObject
  6. def canRenameTo(arg0: FileObject): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
  7. def childrenChanged(arg0: FileName, arg1: FileType): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def close(): Unit

    Permalink
    Definition Classes
    AbstractFileObject → FileObject → Closeable → AutoCloseable
    Annotations
    @throws( ... )
  10. def compareTo(arg0: FileObject): Int

    Permalink
    Definition Classes
    AbstractFileObject → Comparable
  11. def copyFrom(arg0: FileObject, arg1: FileSelector): Unit

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  12. def createFile(): Unit

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  13. def createFolder(): Unit

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  14. def delete(arg0: FileSelector): Int

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  15. def delete(): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  16. def deleteAll(): Int

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  17. def doAttach(): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  18. def doCreateFileContent(): FileContent

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( ... )
  19. def doCreateFolder(): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  20. def doDelete(): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  21. def doDetach(): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  22. def doGetAttributes(): Map[String, AnyRef]

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider.jar]
    Definition Classes
    JarFileObject → AbstractFileObject
  23. def doGetCertificates(): Array[Certificate]

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider.jar]
    Definition Classes
    JarFileObject → AbstractFileObject
  24. def doGetContentSize(): Long

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider.zip]
    Definition Classes
    ZipFileObject → AbstractFileObject
  25. def doGetInputStream(): InputStream

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider.zip]
    Definition Classes
    ZipFileObject → AbstractFileObject
  26. def doGetLastModifiedTime(): Long

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider.zip]
    Definition Classes
    ZipFileObject → AbstractFileObject
  27. def doGetOutputStream(arg0: Boolean): OutputStream

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  28. def doGetRandomAccessContent(arg0: RandomAccessMode): RandomAccessContent

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  29. def doGetType(): FileType

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider.zip]
    Definition Classes
    ZipFileObject → AbstractFileObject
  30. def doIsExecutable(): Boolean

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  31. def doIsHidden(): Boolean

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  32. def doIsReadable(): Boolean

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  33. def doIsSameFile(arg0: FileObject): Boolean

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( ... )
  34. def doIsWriteable(): Boolean

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  35. def doListChildren(): Array[String]

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider.zip]
    Definition Classes
    ZipFileObject → AbstractFileObject
  36. def doListChildrenResolved(): Array[FileObject]

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  37. def doRemoveAttribute(arg0: String): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  38. def doRename(arg0: FileObject): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  39. def doSetAttribute(arg0: String, arg1: Any): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  40. def doSetExecutable(arg0: Boolean, arg1: Boolean): Boolean

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  41. def doSetLastModifiedTime(arg0: Long): Boolean

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  42. def doSetReadable(arg0: Boolean, arg1: Boolean): Boolean

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  43. def doSetWritable(arg0: Boolean, arg1: Boolean): Boolean

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  44. def endOutput(): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  45. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  46. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  47. def exists(): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  48. def finalize(): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject → AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  49. def findFiles(arg0: FileSelector, arg1: Boolean, arg2: List[FileObject]): Unit

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  50. def findFiles(arg0: FileSelector): Array[FileObject]

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  51. def forEach(arg0: Consumer[_ >: FileObject]): Unit

    Permalink
    Definition Classes
    Iterable
  52. def getAbstractFileSystem(): ZipFileSystem

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
  53. def getChild(arg0: String): FileObject

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  54. def getChildren(): Array[FileObject]

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  55. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  56. def getContent(): FileContent

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  57. def getFileContentInfoFactory(): FileContentInfoFactory

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
  58. def getFileOperations(): FileOperations

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  59. def getFileSystem(): FileSystem

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
  60. def getInputStream(): InputStream

    Permalink
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( ... )
  61. def getName(): FileName

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
  62. def getOutputStream(arg0: Boolean): OutputStream

    Permalink
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( ... )
  63. def getOutputStream(): OutputStream

    Permalink
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( ... )
  64. def getParent(): FileObject

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  65. def getPublicURIString(): String

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
  66. def getRandomAccessContent(arg0: RandomAccessMode): RandomAccessContent

    Permalink
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( ... )
  67. def getType(): FileType

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  68. def getURL(): URL

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  69. def handleChanged(): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  70. def handleCreate(arg0: FileType): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  71. def handleDelete(): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  72. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  73. def holdObject(arg0: Any): Unit

    Permalink
    Definition Classes
    AbstractFileObject
  74. def injectType(arg0: FileType): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
  75. def isAttached(): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
  76. def isContentOpen(): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
  77. def isExecutable(): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  78. def isFile(): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  79. def isFolder(): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  80. def isHidden(): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  81. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  82. def isReadable(): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  83. def isSameFile(arg0: FileObject): Boolean

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( ... )
  84. def isWriteable(): Boolean

    Permalink
    Definition Classes
    ZipFileObject → AbstractFileObject → FileObject
  85. def iterator(): Iterator[FileObject]

    Permalink
    Definition Classes
    AbstractFileObject → Iterable
  86. def listFiles(arg0: FileSelector): List[FileObject]

    Permalink
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( ... )
  87. def moveTo(arg0: FileObject): Unit

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  88. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  89. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  90. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  91. def notifyAllStreamsClosed(): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
  92. def onChange(): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  93. def onChildrenChanged(arg0: FileName, arg1: FileType): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  94. def refresh(): Unit

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  95. def resolveFile(arg0: String, arg1: NameScope): FileObject

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  96. def resolveFile(arg0: String): FileObject

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  97. def setExecutable(arg0: Boolean, arg1: Boolean): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  98. def setReadable(arg0: Boolean, arg1: Boolean): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  99. def setWritable(arg0: Boolean, arg1: Boolean): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  100. def setZipEntry(entry: ZipEntry): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider.zip]
    Definition Classes
    ZipFileObject
  101. def spliterator(): Spliterator[FileObject]

    Permalink
    Definition Classes
    Iterable
  102. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  103. def toString(): String

    Permalink
    Definition Classes
    AbstractFileObject → AnyRef → Any
  104. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  105. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  106. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ZipFileObject

Inherited from AbstractFileObject[ZipFileSystem]

Inherited from FileObject

Inherited from Closeable

Inherited from AutoCloseable

Inherited from Iterable[FileObject]

Inherited from Comparable[FileObject]

Inherited from AnyRef

Inherited from Any

Ungrouped