org.jboss.maven.plugins.jdocbook.gen.util
Class StaleSourceChecker

java.lang.Object
  extended by org.jboss.maven.plugins.jdocbook.gen.util.StaleSourceChecker

public class StaleSourceChecker
extends java.lang.Object

Delegate used for checking sources for staleness.

Author:
Steve Ebersole

Constructor Summary
StaleSourceChecker()
           
 
Method Summary
static boolean hasStaleSources(java.io.File sourceDirectory, java.io.File databaseDirectory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaleSourceChecker

public StaleSourceChecker()
Method Detail

hasStaleSources

public static boolean hasStaleSources(java.io.File sourceDirectory,
                                      java.io.File databaseDirectory)


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