Interface PepperConnector

  • All Superinterfaces:
    org.corpus_tools.pepper.common.Pepper
    All Known Implementing Classes:
    PepperOSGiConnector

    public interface PepperConnector
    extends org.corpus_tools.pepper.common.Pepper
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void init()
      Starts the OSGi framework and initializes Pepper inside the framework.
      boolean isInitialized()
      Returns whether this object has been initialized.
      • Methods inherited from interface org.corpus_tools.pepper.common.Pepper

        checkFitness, createJob, findAppropriateImporters, getConfiguration, getJob, getRegisteredImporters, getRegisteredModules, getRegisteredModulesAsString, removeJob, selfTest, setConfiguration
    • Method Detail

      • init

        void init()
        Starts the OSGi framework and initializes Pepper inside the framework.
      • isInitialized

        boolean isInitialized()
        Returns whether this object has been initialized.
        Returns:
        true, if object has been initialized, false otherwise