Class WarcRecordProperties
- java.lang.Object
-
- edu.harvard.hul.ois.jhove.module.warc.WarcRecordProperties
-
public class WarcRecordProperties extends Object
Retrieves the WARC record data and delivers its properties as a map. Based on the WARC property classes from JHOVE2.- Author:
- jolf
-
-
Constructor Summary
Constructors Constructor Description WarcRecordProperties(org.jwat.warc.WarcRecord record)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getProperties()Retrieves the WARC record properties as a map.
-