trait ArchiveRecord extends Serializable
Trait for a record in a web archive.
- Alphabetic
- By Inheritance
- ArchiveRecord
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
getArchiveFilename: String
Returns the full path or url containing the Archive Records.
-
abstract
def
getBinaryBytes: Array[Byte]
Returns a raw array of bytes for an image.
-
abstract
def
getContentBytes: Array[Byte]
Returns the content of the record as an array of bytes.
-
abstract
def
getContentString: String
Returns the content of the record as a String.
-
abstract
def
getCrawlDate: String
Returns the crawl date.
-
abstract
def
getCrawlMonth: String
Returns the crawl month.
-
abstract
def
getDomain: String
Returns the domain.
-
abstract
def
getHttpStatus: String
Returns the http status of the crawl.
-
abstract
def
getMimeType: String
Returns the MIME type.
-
abstract
def
getPayloadDigest: String
Returns payload digest (SHA1).
-
abstract
def
getUrl: String
Returns the URL.