org.nuiton.io
Class FileUpdaterHelper

java.lang.Object
  extended by org.nuiton.io.FileUpdaterHelper

public class FileUpdaterHelper
extends Object

Author:
tchemit

Nested Class Summary
static class FileUpdaterHelper.JavaFileUpdater
          To test if a java source file is newser than his compiled class
static class FileUpdaterHelper.JaxxFileUpdater
          To test if a jaxx source file is newser than his generated java source file.
 
Constructor Summary
FileUpdaterHelper()
           
 
Method Summary
static MirroredFileUpdater newJavaFileUpdater()
           
static MirroredFileUpdater newJavaFileUpdater(File src, File dst)
           
static MirroredFileUpdater newJaxxFileUpdater()
           
static MirroredFileUpdater newJaxxFileUpdater(File src, File dst)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUpdaterHelper

public FileUpdaterHelper()
Method Detail

newJavaFileUpdater

public static MirroredFileUpdater newJavaFileUpdater()

newJaxxFileUpdater

public static MirroredFileUpdater newJaxxFileUpdater()

newJavaFileUpdater

public static MirroredFileUpdater newJavaFileUpdater(File src,
                                                     File dst)

newJaxxFileUpdater

public static MirroredFileUpdater newJaxxFileUpdater(File src,
                                                     File dst)


Copyright © 2009-2010 CodeLutin. All Rights Reserved.