| Package | Description |
|---|---|
| org.codehaus.plexus.util |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
FileUtils.copyFile(java.io.File from,
java.io.File to,
java.lang.String encoding,
FileUtils.FilterWrapper[] wrappers) |
If wrappers is null or empty, the file will be copy only if
to.lastModified() < from.lastModified() |
static void |
FileUtils.copyFile(java.io.File from,
java.io.File to,
java.lang.String encoding,
FileUtils.FilterWrapper[] wrappers,
boolean overwrite) |
If wrappers is null or empty, the file will be copy only if
to.lastModified() < from.lastModified(), if overwrite is true |