hudson.plugins.testabilityexplorer.parser.converters
Class TestabilityElementConverter

java.lang.Object
  extended by hudson.plugins.testabilityexplorer.parser.converters.ElementConverter
      extended by hudson.plugins.testabilityexplorer.parser.converters.TestabilityElementConverter

public class TestabilityElementConverter
extends ElementConverter

Converts a <testability> XML element into a CostSummary.

Author:
reik.schatz

Constructor Summary
TestabilityElementConverter()
           
 
Method Summary
 TestabilityCost construct(org.xmlpull.v1.XmlPullParser xpp, CostSummary root)
          Constructs a new CostSummary.
 
Methods inherited from class hudson.plugins.testabilityexplorer.parser.converters.ElementConverter
getNamespace, toInt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestabilityElementConverter

public TestabilityElementConverter()
Method Detail

construct

public TestabilityCost construct(org.xmlpull.v1.XmlPullParser xpp,
                                 CostSummary root)
Constructs a new CostSummary.

Specified by:
construct in class ElementConverter
Parameters:
xpp - XmlPullParser
root - the OverallCost root (which should be null)
Returns:
OverallCost


Copyright © 2008. All Rights Reserved.