Class ProcessedObjects
java.lang.Object
org.verapdf.metadata.fixer.utils.model.ProcessedObjects
- All Implemented Interfaces:
Iterable<RuleDescription>
Current class represent list of rule descriptions
- Author:
- Evgeniy Muravitskiy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCheckObject(RuleDescription object) Add another rule descriptionbooleanCheck if string representation of rule description contains in processed objectsiterator()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ProcessedObjects
public ProcessedObjects()
-
-
Method Details
-
getRuleDescriptions
- Returns:
- list of all rule descriptions
-
addCheckObject
Add another rule description- Parameters:
object- description of the rule
-
contains
Check if string representation of rule description contains in processed objects- Parameters:
objectType- passed type of applied objecttest- passed test of rule description- Returns:
-
iterator
- Specified by:
iteratorin interfaceIterable<RuleDescription>
-