Interface ScriptExtensionManagerWrapper
@NonNullByDefault
public interface ScriptExtensionManagerWrapper
- Author:
- Simon Merschjohann - Initial contribution
-
Method Summary
Modifier and TypeMethodDescription@Nullable Object
getTypes()
importPreset
(String preset) Imports a collection of named host objects/classes into a script engine instance.
-
Method Details
-
getTypes
-
getPresets
-
get
-
getScriptIdentifier
String getScriptIdentifier() -
getDefaultPresets
-
importPreset
Imports a collection of named host objects/classes into a script engine instance. Sets of objects are provided under their object name, and categorized by preset name. This method will import all named objects for a specific preset name.- Parameters:
preset
- the name of the preset to import- Returns:
- a map of host object names to objects
- See Also:
-
ScriptExtensionManager
-