public class FileInterpolationUtil extends Object
| Constructor and Description |
|---|
FileInterpolationUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copyDirectory(File from,
File dest,
Map<String,String> variables,
String[] excludesInterpolation)
Provided to mirror the method signature and behavior of the old implementation.
|
static void |
copyDirectory(File from,
File dest,
Map<String,String> variables,
String[] excludesInterpolation,
String[] includesInterpolation,
boolean useDefaultExcludes) |
static void |
copyFile(File sourceFile,
File destFile,
Map<String,String> variables) |
public static void copyDirectory(File from, File dest, Map<String,String> variables, String[] excludesInterpolation) throws IOException
IOExceptionpublic static void copyDirectory(File from, File dest, Map<String,String> variables, String[] excludesInterpolation, String[] includesInterpolation, boolean useDefaultExcludes) throws IOException
IOExceptionpublic static void copyFile(File sourceFile, File destFile, Map<String,String> variables) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionCopyright © 2008–2017 Sonatype, Inc.. All rights reserved.