SUMMARY:
java.lang.Object
oracle.javatools.compare.CompareContributor
oracle.javatools.compare.algorithm.sequence.SequenceCompareContributor
oracle.javatools.compare.algorithm.text.TextCompareContributor
oracle.jdeveloper.compare.IdeTextCompareContributor
- All Implemented Interfaces:
- IdeCompareContributor
- Direct Known Subclasses:
- InputStreamTextContributor, TextNodeContributor, URLContributor
public abstract class IdeTextCompareContributor
- extends oracle.javatools.compare.algorithm.text.TextCompareContributor
- implements IdeCompareContributor
A TextCompareContributor
specialization with contextual node support.
- Since:
- 11.1.1.1.0 (Bulldog)
IdeTextCompareContributor
public IdeTextCompareContributor()
setContextNode
public void setContextNode(Node contextNode)
- Description copied from interface:
IdeCompareContributor
- Allows the contextual node of the compare contributor to be set by the
internals of the compare framework when algorithms are executed. The
contextual node may be returned from
IdeCompareContributor.getNode()
unless there is a
more definite node instance that can be provided by the contributor.
- Specified by:
setContextNode
in interface IdeCompareContributor
- Parameters:
contextNode
- the contextual node.
getContextNode
protected final Node getContextNode()
getNode
public Node getNode()
- Description copied from interface:
IdeCompareContributor
- Gets the primary node instance associated with the compare contributor.
- Specified by:
getNode
in interface IdeCompareContributor
- Returns:
- the node.