hudson.plugins.testabilityexplorer.parser.converters
Class CostElementConverter

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

public class CostElementConverter
extends ElementConverter

Converts a <cost> XML element into a MethodCost.

Author:
reik.schatz

Constructor Summary
CostElementConverter()
           
 
Method Summary
 TestabilityCost construct(org.xmlpull.v1.XmlPullParser xpp, CostSummary root)
          Constructs a new MethodCost.
 
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

CostElementConverter

public CostElementConverter()
Method Detail

construct

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

Specified by:
construct in class ElementConverter
Parameters:
xpp - XmlPullParser
root - the CostSummary root
Returns:
MethodCost


Copyright © 2009. All Rights Reserved.