Package overit.geocall.ecs
Class ScriptFactory
java.lang.Object
overit.geocall.ecs.ScriptFactory
This class implements the object used to create a script instances starting from a resource; the resource
is passed as parameter to the make methods in the form of a string defining a path. The methods will use the localization
mechanism to retrieve the correct source.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ScriptFactory
public ScriptFactory()
-
-
Method Details
-
make
Creates and returns the text that corresponds to the resource passed as parameter- Parameters:
resource- The resource used to make the textcaller- The caller object- Returns:
- The text that corresponds to the resource
-