- All Known Implementing Classes:
ProcessByGroup
public interface ScriptOptionsAware
Interface implemented by operators that need to be scripting aware.
-
Method Summary
Modifier and TypeMethodDescriptionGet the collections of scripting options.voidsetScriptOptions(ScriptOptions scriptOptions) Set a collection of scripting options that are interesting to operators utilizing scripting in some way.
-
Method Details
-
setScriptOptions
Set a collection of scripting options that are interesting to operators utilizing scripting in some way.- Parameters:
scriptOptions- set of scripting options
-
getScriptOptions
ScriptOptions getScriptOptions()Get the collections of scripting options.- Returns:
- scripting options
-