public class PatchApplyOptions
extends java.lang.Object
| Constructor and Description |
|---|
PatchApplyOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMakeBackupFiles()
Gets the option to make backup files.
|
void |
setMakeBackupFiles(boolean makeBackupFiles)
Sets the option to make backup files.
|
public void setMakeBackupFiles(boolean makeBackupFiles)
makeBackupFiles - true if backup files will be created.public boolean isMakeBackupFiles()
true if backup files will be created.