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 StringDeprecated.static final ResourceTypeDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.voidinstall(ScriptManager manager) Deprecated.voidsetScripts(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 modernModuleLibraryalternative.