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

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

public class DiffCreator
extends java.lang.Object

Responsible for creating a diff description.

Author:
Steve Ebersole

Constructor Summary
DiffCreator(boolean xincludeSupport, org.apache.maven.plugin.logging.Log log)
           
 
Method Summary
 Diff findDiff(java.io.File master, java.io.File translation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffCreator

public DiffCreator(boolean xincludeSupport,
                   org.apache.maven.plugin.logging.Log log)
            throws GenerationException
Throws:
GenerationException
Method Detail

findDiff

public Diff findDiff(java.io.File master,
                     java.io.File translation)
              throws GenerationException
Throws:
GenerationException


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