Class JythonStubScriptProvider

All Implemented Interfaces:
ExtensionPoint, Comparable<GhidraScriptProvider>

public class JythonStubScriptProvider NEW extends AbstractPythonScriptProvider
A stub GhidraScriptProvider used to give feedback to a user trying to run a Jython script when the Jython Extension is not installed.

Uses a sub-default priority so the Jython Extension can get prioritized over this if it's installed.