org.jboss.maven.plugins.jdocbook.revdiff
Class TranslationReportGenerator

java.lang.Object
  extended by org.jboss.maven.plugins.jdocbook.revdiff.TranslationReportGenerator

public class TranslationReportGenerator
extends java.lang.Object

Generate a diff report.

Author:
Christian Bauer, Steve Ebersole

Constructor Summary
TranslationReportGenerator(java.io.File basedir, java.util.ResourceBundle bundle, org.apache.maven.plugin.logging.Log log)
           
 
Method Summary
 void generate(Diff diff, java.io.File output, java.lang.String translation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranslationReportGenerator

public TranslationReportGenerator(java.io.File basedir,
                                  java.util.ResourceBundle bundle,
                                  org.apache.maven.plugin.logging.Log log)
Method Detail

generate

public void generate(Diff diff,
                     java.io.File output,
                     java.lang.String translation)
              throws GenerationException
Throws:
GenerationException


Copyright © 2007 JBoss, a division of Red Hat, Inc. All Rights Reserved.