Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ public interface ScriptEngineFactory {

/**
* This method creates a new ScriptEngine based on the supplied file extension or MimeType.
* openHAB-core always passes as parameter one of the values, returned by getScriptTypes().
* The parameter serves for a ScriptEngineFactory, which announces support for several
* distinct languages, to create a ScriptEngine for the requested language.
*
* @param scriptType a file extension (script) or MimeType (ScriptAction or ScriptCondition)
* @return ScriptEngine or null
Expand Down