Class ScriptLibrary
java.lang.Object
com.inductiveautomation.ignition.common.script.ScriptLibrary
Deprecated.
Stores a project's script library (app.* packages). This class simply has a map of String to String, storing the
package path (after "app.") and the python code.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.static final ResourceType
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.void
install
(ScriptManager manager) Deprecated.void
setScripts
(Map<String, String> scripts) Deprecated.
-
Field Details
-
MODULE_ID
Deprecated.- See Also:
-
RESOURCE_TYPE
Deprecated.
-
-
Constructor Details
-
ScriptLibrary
public ScriptLibrary()Deprecated. -
ScriptLibrary
Deprecated.
-
-
Method Details
-
install
Deprecated. -
getScripts
Deprecated. -
setScripts
Deprecated.
-
app.*
user scripts; prefer the modernModuleLibrary
alternative.