corpus-services
1.0
|
Public Member Functions | |
ComaFedoraIdentifierLengthChecker () | |
Report | function (CorpusData cd, Boolean fix) throws SAXException, IOException, ParserConfigurationException, JexmaraldaException, TransformerException, XPathExpressionException |
Collection< Class<?extends CorpusData > > | getIsUsableFor () |
String | getDescription () |
Report | function (Corpus c, Boolean fix) throws SAXException, JexmaraldaException, IOException, ParserConfigurationException, TransformerException, XPathExpressionException |
![]() | |
Report | execute (Corpus c) |
Report | execute (CorpusData cd) |
Report | execute (CorpusData cd, boolean fix) |
Report | execute (Corpus c, boolean fix) |
abstract Report | function (CorpusData cd, Boolean fix) throws NoSuchAlgorithmException, ClassNotFoundException, FSMException, URISyntaxException, SAXException, IOException, ParserConfigurationException, JexmaraldaException, TransformerException, XPathExpressionException, JDOMException |
abstract Report | function (Corpus c, Boolean fix) throws NoSuchAlgorithmException, ClassNotFoundException, FSMException, URISyntaxException, SAXException, IOException, ParserConfigurationException, JexmaraldaException, TransformerException, XPathExpressionException, JDOMException |
abstract Collection< Class<?extends CorpusData > > | getIsUsableFor () |
void | setIsUsableFor (Collection< Class<?extends CorpusData >> cdc) |
String | getFunction () |
Boolean | getCanFix () |
A class that can load coma data and check for potential problems with HZSK repository depositing.
Definition at line 33 of file ComaFedoraIdentifierLengthChecker.java.
de.uni_hamburg.corpora.validation.ComaFedoraIdentifierLengthChecker.ComaFedoraIdentifierLengthChecker | ( | ) |
Check for existence of files in a coma file.
Definition at line 41 of file ComaFedoraIdentifierLengthChecker.java.
Report de.uni_hamburg.corpora.validation.ComaFedoraIdentifierLengthChecker.function | ( | CorpusData | cd, |
Boolean | fix | ||
) | throws SAXException, IOException, ParserConfigurationException, JexmaraldaException, TransformerException, XPathExpressionException |
Main feature of the class: Checks Exmaralda .coma file for ID's that violate Fedora's PID limits.
Definition at line 50 of file ComaFedoraIdentifierLengthChecker.java.
Report de.uni_hamburg.corpora.validation.ComaFedoraIdentifierLengthChecker.function | ( | Corpus | c, |
Boolean | fix | ||
) | throws SAXException, JexmaraldaException, IOException, ParserConfigurationException, TransformerException, XPathExpressionException |
Definition at line 148 of file ComaFedoraIdentifierLengthChecker.java.
String de.uni_hamburg.corpora.validation.ComaFedoraIdentifierLengthChecker.getDescription | ( | ) |
Default function which returns a two/three line description of what this class is about.
Implements de.uni_hamburg.corpora.CorpusFunction.
Definition at line 140 of file ComaFedoraIdentifierLengthChecker.java.
Collection<Class<? extends CorpusData> > de.uni_hamburg.corpora.validation.ComaFedoraIdentifierLengthChecker.getIsUsableFor | ( | ) |
Default function which determines for what type of files (basic transcription, segmented transcription, coma etc.) this feature can be used.
Implements de.uni_hamburg.corpora.CorpusFunction.
Definition at line 125 of file ComaFedoraIdentifierLengthChecker.java.