| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.JebCoreService |
Service class used to create or retrieve a reference to the JEB core context. The core context provides verified access to the engines.
Typically, it is the responsibility of client implementations (eg, the official RCP client), not plugins, to instantiate the core and a single engines context.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| JebCoreService() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static ICoreContext |
getInstance()
Retrieve an instance of the previously instantiated core.
| ||||||||||
| static ICoreContext |
getInstance(String licenseKey)
Retrieve or create an instance of a core.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Retrieve an instance of the previously instantiated core.
| JebException | on error |
|---|
Retrieve or create an instance of a core.
| licenseKey | a valid JEB license key |
|---|
| JebException | on error |
|---|