| Package | Description |
|---|---|
| org.codehaus.plexus.util |
Miscellaneous utilities, mainly dealing with I/O, strings, and filesystems.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FileUtils.copyFile(File from,
File to,
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(File from,
File to,
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 |
Copyright © 2001–2019 Codehaus Plexus. All rights reserved.