Packages

object TarArchiveMetadata

Source
model.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TarArchiveMetadata
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(filePathPrefix: String, filePathName: String, size: Long, lastModification: Instant, linkIndicatorByte: Byte): TarArchiveMetadata

    linkIndicatorByte

    See constants eg. TarchiveMetadata.linkIndicatorNormal

  5. def apply(filePathPrefix: String, filePathName: String, size: Long, lastModification: Instant): TarArchiveMetadata
  6. def apply(filePath: String, size: Long, lastModification: Instant): TarArchiveMetadata
  7. def apply(filePath: String, size: Long): TarArchiveMetadata
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. def create(filePathPrefix: String, filePathName: String, size: Long, lastModification: Instant, linkIndicatorByte: Byte): TarArchiveMetadata

    linkIndicatorByte

    See constants eg. TarchiveMetadata.linkIndicatorNormal

  11. def create(filePathPrefix: String, filePathName: String, size: Long, lastModification: Instant): TarArchiveMetadata
  12. def create(filePath: String, size: Long, lastModification: Instant): TarArchiveMetadata
  13. def create(filePath: String, size: Long): TarArchiveMetadata
  14. def directory(filePathName: String, lastModification: Instant): TarArchiveMetadata

    Create metadata for a directory entry.

  15. def directory(filePathName: String): TarArchiveMetadata

    Create metadata for a directory entry.

  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val linkIndicatorBlockDevice: Byte
  22. val linkIndicatorCharacterDevice: Byte
  23. val linkIndicatorContiguousFile: Byte
  24. val linkIndicatorDirectory: Byte
  25. val linkIndicatorLink: Byte
  26. val linkIndicatorNormal: Byte

    Constants for the linkIndicator flag.

  27. val linkIndicatorPipe: Byte
  28. val linkIndicatorSymLink: Byte
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped