Interface ScriptExtensionAccessor
@NonNullByDefault
public interface ScriptExtensionAccessor
Accessor allowing script engines to lookup presets.
- Author:
- Jonathan Gilbert - Initial contribution
-
Method Summary
-
Method Details
-
findDefaultPresets
Access the default presets for a script engine- Parameters:
scriptIdentifier
- the identifier for the script engine- Returns:
- map of preset objects
-
findPreset
Access specific presets for a script engine- Parameters:
preset
- the name of the presetscriptIdentifier
- the identifier for the script engine- Returns:
- map of preset objects
-