Uses of Class
de.gwdg.metadataqa.marc.utils.pica.path.PicaPath
-
Packages that use PicaPath Package Description de.gwdg.metadataqa.marc.cli.utils.ignorablerecords de.gwdg.metadataqa.marc.dao.record de.gwdg.metadataqa.marc.utils.pica de.gwdg.metadataqa.marc.utils.pica.path -
-
Uses of PicaPath in de.gwdg.metadataqa.marc.cli.utils.ignorablerecords
Methods in de.gwdg.metadataqa.marc.cli.utils.ignorablerecords that return PicaPath Modifier and Type Method Description PicaPathCriteriumPica. getPath()Constructors in de.gwdg.metadataqa.marc.cli.utils.ignorablerecords with parameters of type PicaPath Constructor Description CriteriumPica(PicaPath path, Operator operator, String value) -
Uses of PicaPath in de.gwdg.metadataqa.marc.dao.record
Methods in de.gwdg.metadataqa.marc.dao.record with parameters of type PicaPath Modifier and Type Method Description List<String>BibliographicRecord. select(PicaPath selector) -
Uses of PicaPath in de.gwdg.metadataqa.marc.utils.pica
Methods in de.gwdg.metadataqa.marc.utils.pica with parameters of type PicaPath Modifier and Type Method Description PicaGroupIndexerPicaGroupIndexer. setPicaPath(PicaPath picaPath) -
Uses of PicaPath in de.gwdg.metadataqa.marc.utils.pica.path
Methods in de.gwdg.metadataqa.marc.utils.pica.path that return PicaPath Modifier and Type Method Description PicaPathPicaSpec. getPath()static PicaPathPicaPathParser. parse(String input)
-