Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.javatools.patch
Class PatchApplyOptions

java.lang.Object
  extended by oracle.javatools.patch.PatchApplyOptions

public class PatchApplyOptions
extends java.lang.Object

This class represents options controlling the application of a patch.

Since:
10.1.3.0.3
See Also:
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

PatchApplyOptions

public PatchApplyOptions()
Method Detail

setMakeBackupFiles

public void setMakeBackupFiles(boolean makeBackupFiles)
Sets the option to make backup files.

Parameters:
makeBackupFiles - true if backup files will be created.

isMakeBackupFiles

public boolean isMakeBackupFiles()
Gets the option to make backup files.

Returns:
true if backup files will be created.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.