org.apache.activemq.apollo.util.tar

TarEntry

class TarEntry extends TarConstants

Linear Supertypes
TarConstants, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. TarEntry
  2. TarConstants
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TarEntry (headerBuf: Array[Byte])

  2. new TarEntry (file: File)

  3. new TarEntry (name: String, linkFlag: Byte)

  4. new TarEntry (name: String, preserveLeadingSlashes: Boolean)

  5. new TarEntry (name: String)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  9. def equals (it: Any): Boolean

    Definition Classes
    TarEntry → AnyRef → Any
  10. def equals (it: TarEntry): Boolean

  11. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  13. def getDirectoryEntries (): Array[TarEntry]

  14. def getFile (): File

  15. def getGroupId (): Int

  16. def getGroupName (): String

  17. def getLinkName (): String

  18. def getModTime (): Date

  19. def getMode (): Int

  20. def getName (): String

  21. def getSize (): Long

  22. def getUserId (): Int

  23. def getUserName (): String

  24. def hashCode (): Int

    Definition Classes
    TarEntry → AnyRef → Any
  25. def isDescendent (desc: TarEntry): Boolean

  26. def isDirectory (): Boolean

  27. def isGNULongNameEntry (): Boolean

  28. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  29. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  30. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  31. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  32. def parseTarHeader (header: Array[Byte]): Unit

  33. def setGroupId (groupId: Int): Unit

  34. def setGroupName (groupName: String): Unit

  35. def setIds (userId: Int, groupId: Int): Unit

  36. def setModTime (time: Date): Unit

  37. def setModTime (time: Long): Unit

  38. def setMode (mode: Int): Unit

  39. def setName (name: String): Unit

  40. def setNames (userName: String, groupName: String): Unit

  41. def setSize (size: Long): Unit

  42. def setUserId (userId: Int): Unit

  43. def setUserName (userName: String): Unit

  44. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  45. def toString (): String

    Definition Classes
    AnyRef → Any
  46. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  49. def writeEntryHeader (outbuf: Array[Byte]): Unit

Inherited from TarConstants

Inherited from AnyRef

Inherited from Any