corpus-services
1.0
|
Public Member Functions | |
ComaNSLinksChecker () | |
Report | function (Corpus c, Boolean fix) throws SAXException, JDOMException, IOException, JexmaraldaException, ParserConfigurationException, URISyntaxException, TransformerException, XPathExpressionException |
Report | function (CorpusData cd, Boolean fix) throws SAXException, IOException, ParserConfigurationException, URISyntaxException, TransformerException, XPathExpressionException |
Collection< Class<?extends CorpusData > > | getIsUsableFor () |
String | getDescription () |
![]() | |
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 () |
This class checks for existence of files linked in the coma file.
Definition at line 39 of file ComaNSLinksChecker.java.
de.uni_hamburg.corpora.validation.ComaNSLinksChecker.ComaNSLinksChecker | ( | ) |
Definition at line 45 of file ComaNSLinksChecker.java.
Report de.uni_hamburg.corpora.validation.ComaNSLinksChecker.function | ( | Corpus | c, |
Boolean | fix | ||
) | throws SAXException, JDOMException, IOException, JexmaraldaException, ParserConfigurationException, URISyntaxException, TransformerException, XPathExpressionException |
Definition at line 51 of file ComaNSLinksChecker.java.
Report de.uni_hamburg.corpora.validation.ComaNSLinksChecker.function | ( | CorpusData | cd, |
Boolean | fix | ||
) | throws SAXException, IOException, ParserConfigurationException, URISyntaxException, TransformerException, XPathExpressionException |
Definition at line 59 of file ComaNSLinksChecker.java.
String de.uni_hamburg.corpora.validation.ComaNSLinksChecker.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 205 of file ComaNSLinksChecker.java.
Collection<Class<? extends CorpusData> > de.uni_hamburg.corpora.validation.ComaNSLinksChecker.getIsUsableFor | ( | ) |
Implements de.uni_hamburg.corpora.CorpusFunction.
Definition at line 190 of file ComaNSLinksChecker.java.