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

E13403-04

Uses of Class
oracle.jdeveloper.compare.PatchCompareDescriptor

Packages that use PatchCompareDescriptor
oracle.jdeveloper.compare contains classes nbsp;that can be used to invoke and control the integrated compare (diff) viewer in JDeveloper and hook into the Compare With menu. 
oracle.jdeveloper.vcs.generic   
 

Uses of PatchCompareDescriptor in oracle.jdeveloper.compare
 

Methods in oracle.jdeveloper.compare that return PatchCompareDescriptor
 PatchCompareDescriptor PatchCompareContributor.getPatchDescriptor()
          Gets the patch descriptor object for the compare contributor, used in the creation of a patch.
 PatchCompareDescriptor URLContributor.getPatchDescriptor()
           
 PatchCompareDescriptor TextNodeContributor.getPatchDescriptor()
           
 PatchCompareDescriptor InputStreamTextContributor.getPatchDescriptor()
           
 

Methods in oracle.jdeveloper.compare with parameters of type PatchCompareDescriptor
 void InputStreamTextContributor.setPatchDescriptor(PatchCompareDescriptor patchDescriptor)
           
 

Uses of PatchCompareDescriptor in oracle.jdeveloper.vcs.generic
 

Methods in oracle.jdeveloper.vcs.generic that return PatchCompareDescriptor
protected  PatchCompareDescriptor VCSHistoryEntry.createPatchDescriptor(java.net.URL sourceUrl, RevisionIdentifier revision, java.util.Date date)
           
 

Methods in oracle.jdeveloper.vcs.generic with parameters of type PatchCompareDescriptor
protected  CompareContributor VCSHistoryEntry.createCompareContributor(java.net.URL sourceUrl, RevisionIdentifier revision, PatchCompareDescriptor patchDescriptor)
           
 


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.