| 
 | 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.PatchCreateOptions
public class PatchCreateOptions
This class represents options controlling the creation of a patch.
PatchEngine.createModel(oracle.javatools.patch.PatchContributor, oracle.javatools.patch.PatchCreateOptions)| Constructor Summary | |
|---|---|
| PatchCreateOptions() | |
| Method Summary | |
|---|---|
|  boolean | isIgnoreWhitespace()Gets the option to ignore whitespace when comparing lines. | 
|  boolean | isIncludeNewFiles()Gets the option to include new (or removed) files in the patch. | 
|  boolean | isRecursive()Gets the option to recursively compare subdirectories. | 
|  void | setIgnoreWhitespace(boolean ignoreWhitespace)Sets the option to ignore whitespace when comparing lines. | 
|  void | setIncludeNewFiles(boolean includeNewFiles)Sets the option to include new (or removed) files in the patch. | 
|  void | setRecursive(boolean recursive)Sets the option to recursively compare subdirectories. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public PatchCreateOptions()
| Method Detail | 
|---|
public void setRecursive(boolean recursive)
recursive - true if subdirectories will be compared.public boolean isRecursive()
true if subdirectories will be compared.public void setIncludeNewFiles(boolean includeNewFiles)
includeNewFiles - true if new files will be included.public boolean isIncludeNewFiles()
true if new files will be included.public void setIgnoreWhitespace(boolean ignoreWhitespace)
ignoreWhitespace - true if whitespace will be ignored.public boolean isIgnoreWhitespace()
true if whitespace will be ignored.| 
 | 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 | |||||||||