Package overit.geocall.platform
Class TextFactory
java.lang.Object
overit.geocall.platform.TextFactory
This class implements the object used to create a text 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
-
TextFactory
public TextFactory()
-
-
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
-
make
- Throws:
IOException
-