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 voidinit()Starts the OSGi framework and initializesPepperinside the framework.booleanisInitialized()Returns whether this object has been initialized.
-