Package org.openpreservation.jhove
Class ReleaseDetails
java.lang.Object
org.openpreservation.jhove.ReleaseDetails
Immutable class that reads a properties file containing JHOVE release
details. The version number, build date and format are kept up to date by
Maven, which filters the properties as part of the build process.
- Author:
- Carl Wilson
-
Method Summary
Modifier and TypeMethodDescriptionboolean{ @inheritDoc }static ReleaseDetailsinthashCode(){ @inheritDoc }toString(){ @inheritDoc }
-
Method Details
-
getVersion
- Returns:
- the JHOVE software version number
-
getBuildDate
- Returns:
- the JHOVE software build date
-
getRights
- Returns:
- the JHOVE software rights statement
-
hashCode
public int hashCode(){ @inheritDoc } -
equals
{ @inheritDoc } -
toString
{ @inheritDoc } -
getInstance
- Returns:
- the static immutable ReleaseDetails instance
-