corpus-services  1.0
de.uni_hamburg.corpora.validation.ComaFileCoverageChecker Class Reference
+ Inheritance diagram for de.uni_hamburg.corpora.validation.ComaFileCoverageChecker:
+ Collaboration diagram for de.uni_hamburg.corpora.validation.ComaFileCoverageChecker:

Public Member Functions

 ComaFileCoverageChecker ()
 
Report function (CorpusData cd, Boolean fix) throws SAXException, IOException, ParserConfigurationException, URISyntaxException
 
Collection< Class<?extends CorpusData > > getIsUsableFor ()
 
void addWhiteListString (String s)
 
void addFileEndingWhiteListString (String s)
 
String getDescription ()
 
Report function (Corpus c, Boolean fix) throws SAXException, IOException, ParserConfigurationException, URISyntaxException
 
- Public Member Functions inherited from de.uni_hamburg.corpora.validation.Checker
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 ()
 

Detailed Description

A class that can load coma data and check for potential problems with HZSK repository depositing.

Definition at line 43 of file ComaFileCoverageChecker.java.

Constructor & Destructor Documentation

de.uni_hamburg.corpora.validation.ComaFileCoverageChecker.ComaFileCoverageChecker ( )

Definition at line 55 of file ComaFileCoverageChecker.java.

Member Function Documentation

void de.uni_hamburg.corpora.validation.ComaFileCoverageChecker.addFileEndingWhiteListString ( String  s)

Definition at line 296 of file ComaFileCoverageChecker.java.

void de.uni_hamburg.corpora.validation.ComaFileCoverageChecker.addWhiteListString ( String  s)

Definition at line 292 of file ComaFileCoverageChecker.java.

Report de.uni_hamburg.corpora.validation.ComaFileCoverageChecker.function ( CorpusData  cd,
Boolean  fix 
) throws SAXException, IOException, ParserConfigurationException, URISyntaxException

Main functionality of the feature: checks whether files are both in coma file and file system.

Definition at line 80 of file ComaFileCoverageChecker.java.

Report de.uni_hamburg.corpora.validation.ComaFileCoverageChecker.function ( Corpus  c,
Boolean  fix 
) throws SAXException, IOException, ParserConfigurationException, URISyntaxException

Definition at line 325 of file ComaFileCoverageChecker.java.

String de.uni_hamburg.corpora.validation.ComaFileCoverageChecker.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 317 of file ComaFileCoverageChecker.java.

Collection<Class<? extends CorpusData> > de.uni_hamburg.corpora.validation.ComaFileCoverageChecker.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 282 of file ComaFileCoverageChecker.java.


The documentation for this class was generated from the following file: