Pepper  3.6.0
A highly extensible plattform for conversion and manipulationoflinguisticdata.
org.corpus_tools.pepper.connectors.PepperConnector Interface Reference

Inherits org.corpus_tools.pepper.common.Pepper.

Inherited by org.corpus_tools.pepper.connectors.impl.PepperOSGiConnector.

Public Member Functions

abstract void init ()
 Starts the OSGi framework and initializes Pepper inside the framework.
 
abstract boolean isInitialized ()
 Returns whether this object has been initialized. More...
 
- Public Member Functions inherited from org.corpus_tools.pepper.common.Pepper
PepperConfiguration getConfiguration ()
 Returns set configuration for Pepper. More...
 
void setConfiguration (PepperConfiguration configuration)
 Sets the configuration for Pepper. More...
 
Set< String > findAppropriateImporters (final URI corpusPath) throws FileNotFoundException
 Returns the names of importers which can import the data located at the specified corpusPath. More...
 
String createJob ()
 Creates a new PepperJob object for a new conversion process. More...
 
PepperJob getJob (String id) throws JobNotFoundException
 Returns a PepperJob corresponding to the passed id. More...
 
boolean removeJob (String id) throws JobNotFoundException
 Removes the PepperJob corresponding to the passed identifier, if a job exists. More...
 
Collection< PepperModuleDescgetRegisteredImporters ()
 Returns all PepperModuleDesc corresponding to a registered importer. More...
 
Collection< PepperModuleDescgetRegisteredModules ()
 Returns a collection of all PepperModuleDesc corresponding to Pepper modules, which are registered in this Pepper instance. More...
 
String getRegisteredModulesAsString ()
 Returns a string representation of the method getRegisteredModules(). More...
 
Collection< String > selfTest ()
 Checks if the Pepper framework is ready to run. More...
 
Collection< ModuleFitnesscheckFitness ()
 Checks the fitness of each registered Pepper module. More...
 

Member Function Documentation

◆ isInitialized()

abstract boolean org.corpus_tools.pepper.connectors.PepperConnector.isInitialized ( )
abstract

Returns whether this object has been initialized.

Returns
true, if object has been initialized, false otherwise

Implemented in org.corpus_tools.pepper.connectors.impl.PepperOSGiConnector.