| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.patch.PatchApplyOptions
public class PatchApplyOptions
This class represents options controlling the application of a patch.
PatchEngine.applyModel(oracle.javatools.patch.PatchModel, oracle.javatools.patch.PatchContext, oracle.javatools.patch.PatchApplyOptions)| Constructor Summary | |
|---|---|
| PatchApplyOptions() | |
| Method Summary | |
|---|---|
|  boolean | isMakeBackupFiles()Gets the option to make backup files. | 
|  void | setMakeBackupFiles(boolean makeBackupFiles)Sets the option to make backup files. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public PatchApplyOptions()
| Method Detail | 
|---|
public void setMakeBackupFiles(boolean makeBackupFiles)
makeBackupFiles - true if backup files will be created.public boolean isMakeBackupFiles()
true if backup files will be created.| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||