Packages

t

io.archivesunleashed

ArchiveRecord

trait ArchiveRecord extends Serializable

Trait for a record in a web archive.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArchiveRecord
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getArchiveFilename: String

    Returns the full path or url containing the Archive Records.

  2. abstract def getBinaryBytes: Array[Byte]

    Returns a raw array of bytes for an image.

  3. abstract def getContentBytes: Array[Byte]

    Returns the content of the record as an array of bytes.

  4. abstract def getContentString: String

    Returns the content of the record as a String.

  5. abstract def getCrawlDate: String

    Returns the crawl date.

  6. abstract def getCrawlMonth: String

    Returns the crawl month.

  7. abstract def getDomain: String

    Returns the domain.

  8. abstract def getHttpStatus: String

    Returns the http status of the crawl.

  9. abstract def getMimeType: String

    Returns the MIME type.

  10. abstract def getPayloadDigest: String

    Returns payload digest (SHA1).

  11. abstract def getUrl: String

    Returns the URL.