Uses of Interface
com.pnfsoftware.jeb.core.IOptionDefinition
Packages that use IOptionDefinition
Package
Description
Core back-end APIs used to bootstrap JEB, manage engines contexts and projects, and describe
plugins, artifacts, and related metadata.
-
Uses of IOptionDefinition in com.pnfsoftware.jeb.core
Subinterfaces of IOptionDefinition in com.pnfsoftware.jeb.coreModifier and TypeInterfaceDescriptioninterfaceExtended, typed option containing type of definition in addition toIOptionDefinition.Classes in com.pnfsoftware.jeb.core that implement IOptionDefinitionModifier and TypeClassDescriptionclassBoolean option description used by property definition managers.classList option description used by property definition managers.classAn 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.