org.codehaus.cargo.module.merge
Class MergePair

java.lang.Object
  extended by org.codehaus.cargo.module.merge.MergePair

public class MergePair
extends java.lang.Object

Class containing a pair of items that need to be merged.

Version:
$Id: $

Field Summary
 org.w3c.dom.Element left
          Left and right hand elements.
 org.w3c.dom.Element right
          Right.
 
Method Summary
 org.w3c.dom.Element getLeftElement()
          Get the left hand side element in the pair.
 org.w3c.dom.Element getRightElement()
          Get the right hand side element in the pair.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

public org.w3c.dom.Element left
Left and right hand elements.


right

public org.w3c.dom.Element right
Right.

Method Detail

getLeftElement

public org.w3c.dom.Element getLeftElement()
Get the left hand side element in the pair.

Returns:
the left hand element

getRightElement

public org.w3c.dom.Element getRightElement()
Get the right hand side element in the pair.

Returns:
the right hand element


Copyright © 2004-2010 Codehaus. All Rights Reserved.