Uses of Interface
com.pnfsoftware.jeb.core.ICoreContext
Packages that use ICoreContext
Package
Description
Types and interfaces used to build JEB clients and interact with the client-side parts of a JEB
instance.
Core back-end APIs used to bootstrap JEB, manage engines contexts and projects, and describe
plugins, artifacts, and related metadata.
-
Uses of ICoreContext in com.pnfsoftware.jeb.client
Methods in com.pnfsoftware.jeb.client that return ICoreContextModifier and TypeMethodDescriptionfinal ICoreContextAbstractClientContext.getCoreContext()Get the JEB core instance. -
Uses of ICoreContext in com.pnfsoftware.jeb.core
Methods in com.pnfsoftware.jeb.core that return ICoreContextModifier and TypeMethodDescriptionIEnginesContext.getCoreContext()Retrieve the JEB Core that instantiated this context.static ICoreContextJebCoreService.getExistingInstance()Retrieve an existing core context (= JEB back-end) if one exists.static ICoreContextJebCoreService.getInstance()Retrieve an instance of the previously instantiated core.static ICoreContextJebCoreService.getInstance(File baseFolder) Retrieve or create a core instance using a JEB installation folder.static ICoreContextJebCoreService.getInstance(File baseFolder, CoreOptions options) Retrieve or create a core instance using a JEB installation folder.static ICoreContextJebCoreService.getInstance(String licenseKey) Retrieve or create an instance of a core.static ICoreContextJebCoreService.getInstance(String licenseKey, CoreOptions options) Retrieve or create an instance of a core.