Uses of Interface
com.pnfsoftware.jeb.client.api.IClientContext
Packages that use IClientContext
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.
Types used by scripts to interact with the analysis results presented by a JEB client.
Facility code to provide implementors of JEB clients a way to offer scripting supports to JEB
users.
-
Uses of IClientContext in com.pnfsoftware.jeb.client
Classes in com.pnfsoftware.jeb.client that implement IClientContextModifier and TypeClassDescriptionclass
Base context for official JEB clients.class
Headless client context for the command-line client. -
Uses of IClientContext in com.pnfsoftware.jeb.client.api
Subinterfaces of IClientContext in com.pnfsoftware.jeb.client.apiModifier and TypeInterfaceDescriptioninterface
This important interface represents a client context for scripting inside a GUI client.Methods in com.pnfsoftware.jeb.client.api with parameters of type IClientContextModifier and TypeMethodDescriptionvoid
IScript.run
(IClientContext context) Execute the script entry-point method. -
Uses of IClientContext in com.pnfsoftware.jeb.client.script
Methods in com.pnfsoftware.jeb.client.script with parameters of type IClientContextModifier and TypeMethodDescriptionvoid
ScriptLoader.execute
(IClientContext context) Execute a script.Constructors in com.pnfsoftware.jeb.client.script with parameters of type IClientContextModifierConstructorDescriptionJebPythonInterpreter
(File scriptsDir, IClientContext ctx) Create a Python command interpreter able to interact with JEB objects.