Package games.stendhal.common.messages
Class SupportMessageTemplatesFactory
java.lang.Object
games.stendhal.common.messages.SupportMessageTemplatesFactory
provides a single point where to define support message templates
- Author:
- madmetzger
-
Constructor Summary
ConstructorDescriptioncreates a new instance and initializes the templates -
Method Summary
Modifier and TypeMethodDescriptionreturns the map of templates
-
Constructor Details
-
SupportMessageTemplatesFactory
public SupportMessageTemplatesFactory()creates a new instance and initializes the templates
-
-
Method Details
-
getTemplates
returns the map of templates- Returns:
- a map of the template names as key and template text as value
-