-
enum
Change detection strategies: to decide whether an existing target file needs to be overwritten or not.
Change detection strategy to determine whether an existing file should be overwritten.
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
void
void
DefaultMavenFileFilter.copyFile(File from,
File to,
boolean filtering,
org.apache.maven.project.MavenProject mavenProject,
List<String> filters,
boolean escapedBackslashesInFilePath,
String encoding,
org.apache.maven.execution.MavenSession mavenSession,
ChangeDetection changeDetection)
static boolean
Copies a file from the source to the destination, applying the specified filters if provided.
void
void
MavenFileFilter.copyFile(File from,
File to,
boolean filtering,
org.apache.maven.project.MavenProject mavenProject,
List<String> filters,
boolean escapedBackslashesInFilePath,
String encoding,
org.apache.maven.execution.MavenSession mavenSession,
ChangeDetection changeDetection)
Will copy a file with some filtering using defaultFilterWrappers.
void
Sets the change detection strategy to determine whether an existing file should be overwritten.