Class ScriptLibrary

java.lang.Object
com.inductiveautomation.ignition.common.script.ScriptLibrary

@Deprecated(since="8.3.0") public class ScriptLibrary extends Object
Deprecated.
This is the older shared library concept of app.* user scripts; prefer the modern ModuleLibrary alternative.
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 Details

  • Constructor Details

    • ScriptLibrary

      public ScriptLibrary()
      Deprecated.
    • ScriptLibrary

      public ScriptLibrary(Map<String,String> scripts)
      Deprecated.
  • Method Details