*/
public ConfigurationHandlers()
{
streamSourceFormats.add(new XmlSourceFormat());
streamSourceFormats.add(new PropertiesSourceFormat());
outputTypes.put(UnknownOutputType.KEY, new UnknownOutputType());
outputTypes.put(JavaOutputType.KEY, new JavaOutputType());
outputTypes.put(XmlOutputType.KEY, new XmlOutputType());
outputTypes.put(HtmlOutputType.KEY, new HtmlOutputType());
outputTypes.put(PropertiesOutputType.KEY, new PropertiesOutputType());
}