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

Public Member Functions

 ExbFileCoverageChecker ()
 
Report function (CorpusData cd, Boolean fix) throws SAXException, IOException, ParserConfigurationException, URISyntaxException, TransformerException, XPathExpressionException
 
Collection< Class<?extends CorpusData > > getIsUsableFor ()
 
String getDescription ()
 
Report function (Corpus c, Boolean fix) throws NoSuchAlgorithmException, ClassNotFoundException, FSMException, URISyntaxException, SAXException, IOException, ParserConfigurationException, JexmaraldaException, TransformerException, XPathExpressionException, JDOMException
 
- 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 ()
 

Static Public Member Functions

static void setWhitelist ()
 
static void search (File folder, List< String > result)
 

Detailed Description

Author
anne

Definition at line 39 of file ExbFileCoverageChecker.java.

Constructor & Destructor Documentation

de.uni_hamburg.corpora.validation.ExbFileCoverageChecker.ExbFileCoverageChecker ( )

Definition at line 44 of file ExbFileCoverageChecker.java.

Member Function Documentation

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

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

Definition at line 57 of file ExbFileCoverageChecker.java.

Report de.uni_hamburg.corpora.validation.ExbFileCoverageChecker.function ( Corpus  c,
Boolean  fix 
) throws NoSuchAlgorithmException, ClassNotFoundException, FSMException, URISyntaxException, SAXException, IOException, ParserConfigurationException, JexmaraldaException, TransformerException, XPathExpressionException, JDOMException

Definition at line 174 of file ExbFileCoverageChecker.java.

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

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

static void de.uni_hamburg.corpora.validation.ExbFileCoverageChecker.search ( File  folder,
List< String >  result 
)
static

Search function for getting all the files under the same folder with the basic transcription file and sub-folders.

Definition at line 138 of file ExbFileCoverageChecker.java.

static void de.uni_hamburg.corpora.validation.ExbFileCoverageChecker.setWhitelist ( )
static

Definition at line 113 of file ExbFileCoverageChecker.java.


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