public class FileUpdaterHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
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 and Description |
|---|
FileUpdaterHelper() |
| Modifier and Type | Method and Description |
|---|---|
static MirroredFileUpdater |
newJavaFileUpdater() |
static MirroredFileUpdater |
newJavaFileUpdater(File src,
File dst) |
static MirroredFileUpdater |
newJaxxFileUpdater() |
static MirroredFileUpdater |
newJaxxFileUpdater(File src,
File dst) |
public static MirroredFileUpdater newJavaFileUpdater()
public static MirroredFileUpdater newJaxxFileUpdater()
public static MirroredFileUpdater newJavaFileUpdater(File src, File dst)
public static MirroredFileUpdater newJaxxFileUpdater(File src, File dst)
Copyright © 2009–2020 Code Lutin. All rights reserved.