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

E13403-04

oracle.javatools.patch
Class PatchCreateOptions

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

public class PatchCreateOptions
extends java.lang.Object

This class represents options controlling the creation of a patch.

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

PatchCreateOptions

public PatchCreateOptions()
Method Detail

setRecursive

public void setRecursive(boolean recursive)
Sets the option to recursively compare subdirectories.

Parameters:
recursive - true if subdirectories will be compared.

isRecursive

public boolean isRecursive()
Gets the option to recursively compare subdirectories.

Returns:
true if subdirectories will be compared.

setIncludeNewFiles

public void setIncludeNewFiles(boolean includeNewFiles)
Sets the option to include new (or removed) files in the patch.

Parameters:
includeNewFiles - true if new files will be included.

isIncludeNewFiles

public boolean isIncludeNewFiles()
Gets the option to include new (or removed) files in the patch.

Returns:
true if new files will be included.

setIgnoreWhitespace

public void setIgnoreWhitespace(boolean ignoreWhitespace)
Sets the option to ignore whitespace when comparing lines.

Parameters:
ignoreWhitespace - true if whitespace will be ignored.

isIgnoreWhitespace

public boolean isIgnoreWhitespace()
Gets the option to ignore whitespace when comparing lines.

Returns:
true if whitespace will be ignored.

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.