-
replacementFileLocation
String replacementFileLocation
The location of the new file, which will be copied over the original file.
-
originalFileLocation
String originalFileLocation
The location of the file which will be replaced.
-
backupFileLocation
String backupFileLocation
The location the original file will be backed up to. If this is not specified, we will generate a value for this
of the format: originalFileLocation + ".#{timestamp}.old".
-
destinationFileLocation
String destinationFileLocation
The location that the replacement file will be written to. This enables us to support renaming the file as it is
replaced (one such use case would be a new version of a JAR being pushed out). See JBNADM-618.