oracle.jdeveloper.compare
Interface CompareResourceProvider
- public interface CompareResourceProvider
Interface that can be used to provide resources for elements used in compare. This interface is provided for use by pre-installed version control clients, and its use is currently not supported in third party extensions.
Method Summary |
oracle.scm.client.resource.Resource |
getResource()
Get the resource for this item |
boolean |
isComparable()
Is this item comparable? This allows the compare viewer to determine whether this item can be compared without having to actually fetch the resource. |
getResource
public oracle.scm.client.resource.Resource getResource()
- Get the resource for this item
-
- Returns:
- a resource
isComparable
public boolean isComparable()
- Is this item comparable? This allows the compare viewer to determine whether this item can be compared without having to actually fetch the resource.
-
- Returns:
- true if this item can be compared to other items
Copyright © 1997, 2004, Oracle. All rights reserved.