| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.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 Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||