public class TemplateScanner
extends Object
Used to scan all of the UI templates looking for strings that require
translation. The output from this scanner is a messages.properties file with
all of the strings that require translation. This should then be compared
with the messages.properties file included in the API Manager UI project to
see if anything is missing.
TODO: integrate this into a maven plugin of some kind to automatically detect
missing strings during the build