Interface ScriptFactory

All Known Implementing Classes:
SimpleScriptFactory

public interface ScriptFactory
Represents a producer of Scripts.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a new local context of the Script.
  • Method Details

    • newInstance

      Script newInstance()
      Creates a new local context of the Script.
      Returns:
      The new Script.