keeps / commons-ip

Commons IP is project that provide a command-line tool and Java Library to validate and manipulate E-ARK Information Packages, so to create or process E-ARK SIP and AIP and also validate them against official specifications.
http://keeps.github.io/commons-ip/
GNU Lesser General Public License v3.0
11 stars 14 forks source link

fix Preservation metadata type and IPInterface inheritance #264

Closed michielvandriessche closed 5 months ago

michielvandriessche commented 6 months ago

Fix that adds MDType to preservation metadata. This appeared to be missing. Also changed the IPInterface to return the interface itself. Otherwise this does not allow for proper reuse of the interface.