public class

JebCoreService

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.JebCoreService

Class Overview

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.

Summary

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

Public Constructors

public JebCoreService ()

Public Methods

public static ICoreContext getInstance ()

Retrieve an instance of the previously instantiated core.

Returns
  • the context
Throws
JebException on error

public static ICoreContext getInstance (String licenseKey)

Retrieve or create an instance of a core.

Parameters
licenseKey a valid JEB license key
Returns
  • the context
Throws
JebException on error