Class RecordIgnoratorMarc21
- java.lang.Object
-
- de.gwdg.metadataqa.marc.cli.utils.ignorablerecords.Marc21Filter
-
- de.gwdg.metadataqa.marc.cli.utils.ignorablerecords.RecordIgnoratorMarc21
-
- All Implemented Interfaces:
RecordIgnorator,Serializable
public class RecordIgnoratorMarc21 extends Marc21Filter implements RecordIgnorator, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.gwdg.metadataqa.marc.cli.utils.ignorablerecords.Marc21Filter
conditions
-
-
Constructor Summary
Constructors Constructor Description RecordIgnoratorMarc21(String ignorableRecordsInput)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisIgnorable(BibliographicRecord marcRecord)StringtoString()-
Methods inherited from class de.gwdg.metadataqa.marc.cli.utils.ignorablerecords.Marc21Filter
getConditions, isEmpty, met, parseField, parseInput
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.gwdg.metadataqa.marc.cli.utils.ignorablerecords.RecordIgnorator
isEmpty
-
-
-
-
Constructor Detail
-
RecordIgnoratorMarc21
public RecordIgnoratorMarc21(String ignorableRecordsInput)
-
-
Method Detail
-
isIgnorable
public boolean isIgnorable(BibliographicRecord marcRecord)
- Specified by:
isIgnorablein interfaceRecordIgnorator
-
-