org.mockcentral.editor.nodes.fixture
Class FixtureElementBuilder

java.lang.Object
  extended by org.mockcentral.editor.nodes.fixture.FixtureElementBuilder

public class FixtureElementBuilder
extends java.lang.Object

A class used to build a JDOM Element for a FixtureNode instance.

Author:
David Hutchinson

Constructor Summary
FixtureElementBuilder()
           
 
Method Summary
static org.jdom.Element createFixtureElement(FixtureDataBean bean)
          Returns a new JDOM Element created using the supplied FixtureDataBean.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixtureElementBuilder

public FixtureElementBuilder()
Method Detail

createFixtureElement

public static org.jdom.Element createFixtureElement(FixtureDataBean bean)
Returns a new JDOM Element created using the supplied FixtureDataBean.

Parameters:
bean - the FixtureDataBean with the data.
Returns:
a new JDOM Element created using the supplied FixtureDataBean.