Package org.verapdf.pdfa.results
Class MetadataFixerResultImpl
java.lang.Object
org.verapdf.pdfa.results.MetadataFixerResultImpl
- All Implemented Interfaces:
Iterable<String>,MetadataFixerResult
- Author:
- Evgeniy Muravitskiy
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.verapdf.pdfa.results.MetadataFixerResult
MetadataFixerResult.RepairStatus -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic MetadataFixerResultfromValues(MetadataFixerResult.RepairStatus status, List<String> fixes) inthashCode()iterator()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
getRepairStatus
- Specified by:
getRepairStatusin interfaceMetadataFixerResult- Returns:
- the
MetadataFixerResult.RepairStatusfor the fix task
-
getAppliedFixes
- Specified by:
getAppliedFixesin interfaceMetadataFixerResult- Returns:
- a List of Strings recording all fixes applies
-
iterator
-
fromValues
public static MetadataFixerResult fromValues(MetadataFixerResult.RepairStatus status, List<String> fixes) - Parameters:
status-fixes-- Returns:
-
equals
-
hashCode
public int hashCode()
-