Uses of Interface
com.pnfsoftware.jeb.core.IOptionDefinition
Packages that use IOptionDefinition
Package
Description
The core package and sub-packages define classes and interfaces to interact with and
develop JEB back-end plugins.
-
Uses of IOptionDefinition in com.pnfsoftware.jeb.core
Subinterfaces of IOptionDefinition in com.pnfsoftware.jeb.coreModifier and TypeInterfaceDescriptioninterface
Extended, typed option containing type of definition in addition toIOptionDefinition
.Classes in com.pnfsoftware.jeb.core that implement IOptionDefinitionModifier and TypeClassDescriptionclass
Boolean option description used by property definition managers.class
List option description used by property definition managers.class
An implementation for an option description.Methods in com.pnfsoftware.jeb.core that return types with arguments of type IOptionDefinitionModifier and TypeMethodDescriptionList<? extends IOptionDefinition>
AbstractEnginesPlugin.getExecutionOptionDefinitions()
The default implementation returns null.default List<? extends IOptionDefinition>
IEnginesPlugin.getExecutionOptionDefinitions()
Retrieve a list of option definitions.default List<? extends IOptionDefinition>
IEnginesPlugin.getExecutionOptionDefinitions
(IEnginesContext engctx) Retrieve a list of option definitions.