ToolInfo toolInfo = new ToolInfo(TOOL_NAME, TOOL_VERSION, TOOL_RELEASE_DATE, TOOL_IMPLEMENTER, TOOL_LOCATION);
DocumentFactory documentFactory = DocumentFactory.newInstance();
MonitorConfig monitorConfig = documentFactory.newMonitorConfig();
Comment comment = new CommentImpl();
comment.setText("Comment");
monitorConfig.setComment(comment);
monitorConfig.setLogLocation("URL");
monitorConfig.setReplaceLog(true);
AddStyleSheet addStyleSheet = new AddStyleSheetImpl();