Uses of Class
com.pnfsoftware.jeb.core.CoreOptions
Packages that use CoreOptions
Package
Description
This package and its sub-packages contain types and interfaces used to build JEB clients and interact with client-specific sides of a JEB instance.
The core package and sub-packages define classes and interfaces to interact with and
develop JEB back-end plugins.
-
Uses of CoreOptions in com.pnfsoftware.jeb.client
Fields in com.pnfsoftware.jeb.client declared as CoreOptionsModifier and TypeFieldDescriptionprotected CoreOptions
AbstractClientContext.coreOptions
A reference to core options that will be used when the JEB core context is instantiated inAbstractClientContext.start()
. -
Uses of CoreOptions in com.pnfsoftware.jeb.core
Methods in com.pnfsoftware.jeb.core that return CoreOptionsModifier and TypeMethodDescriptionstatic CoreOptions
CoreOptions.getDefault()
ICoreContext.getOptions()
Retrieve the core options.Methods in com.pnfsoftware.jeb.core with parameters of type CoreOptionsModifier and TypeMethodDescriptionstatic ICoreContext
JebCoreService.getInstance
(String licenseKey, CoreOptions options) Retrieve or create an instance of a core.