| Modifier and Type | Class and Description |
|---|---|
class |
JobNotFoundException
This exception class is used, in case of a
PepperMapper object was not correctly
initialized. |
class |
NotInitializedException
This exception class is used, in case of a
PepperMapper object was not correctly
initialized. |
| Modifier and Type | Method and Description |
|---|---|
void |
BeforeAfterAction.after(org.corpus_tools.salt.graph.Identifier id)
Invokes actions, after the mapping of a corpus or document is done.
|
void |
BeforeAfterAction.after(org.corpus_tools.salt.common.SCorpusGraph corpusGraph)
Invokes an actions, after the mapping of an entire corpus structure was
done.
|
void |
BeforeAfterAction.before(org.corpus_tools.salt.graph.Identifier id)
Invokes actions, before the mapping of a corpus or document was started.
|
void |
BeforeAfterAction.before(org.corpus_tools.salt.common.SCorpusGraph corpusGraph)
Invokes an actions, after the mapping of an entire corpus structure was
done.
|
void |
PepperModuleImpl.end()
|
void |
PepperImporterImpl.importCorpusStructure(org.corpus_tools.salt.common.SCorpusGraph corpusGraph)
This method is called by Pepper at the start of a conversion process to
create the corpus-structure.
|
void |
PepperExporterImpl.start()
Adds the call of method
#exportCorpusStructure(SCorpusGraph),
than calls PepperModule.start(). |
void |
PepperImporterImpl.start()
Overrides the method
PepperModuleImpl.start() to add the
following, before PepperModuleImpl.start() is called. |
void |
PepperModuleImpl.start()
Starts the conversion process.
|
void |
PepperModuleImpl.start(org.corpus_tools.salt.graph.Identifier sElementId)
This method is called by method
PepperModuleImpl.start(), if the method was not overridden by the
current class. |
| Modifier and Type | Method and Description |
|---|---|
void |
PepperModule.end()
This method is called by the pepper framework at the end of a conversion
process.
|
void |
PepperImporter.importCorpusStructure(org.corpus_tools.salt.common.SCorpusGraph corpusGraph)
This method is called by Pepper at the start of a conversion process to
create the corpus-structure.
|
void |
PepperModule.start()
Starts the conversion process.
|
void |
PepperModule.start(org.corpus_tools.salt.graph.Identifier sElementId)
This method is called by the method
PepperModule.start(). |
| Modifier and Type | Method and Description |
|---|---|
void |
DoNothingImporter.importCorpusStructure(org.corpus_tools.salt.common.SCorpusGraph corpusGraph) |
void |
SaltXMLImporter.importCorpusStructure(org.corpus_tools.salt.common.SCorpusGraph corpusGraph)
Imports the corpus-structure by a call of
SaltProject#loadSCorpusStructure(URI) |
void |
DoNothingExporter.start() |
void |
SaltXMLExporter.start()
Creates a
Resource for the SaltProject to persist
contained objects like SDocumentGraph etc. |
| Modifier and Type | Class and Description |
|---|---|
class |
PepperModuleDataException
This PepperException is thrown only by a
PepperModule. |
class |
PepperModuleInternalException
This PepperException is thrown only by a
PepperModule. |
class |
PepperModuleNotReadyException
This PepperException is thrown only by a
PepperModule and marks, that the
module is not ready for the requested action. |
class |
PepperModulePropertyException
Exception is used in case of an exception occurs concerning
PepperModuleProperty . |
class |
PepperModuleTestException
This Exception class can be used for Tests (i.e.
|
class |
PepperModuleXMLResourceException
This PepperException is thrown by a
PepperModule. |
Copyright © 2009–2020 Humboldt-Universität zu Berlin, INRIA. All rights reserved.