hudson.plugins.testabilityexplorer.parser.converters
Class MethodElementConverter

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

public class MethodElementConverter
extends ElementConverter

Converts a <method> XML element into a MethodCost.

Author:
reik.schatz

Constructor Summary
MethodElementConverter()
           
 
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

MethodElementConverter

public MethodElementConverter()
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 parent CostSummary root
Returns:
MethodCost


Copyright © 2009. All Rights Reserved.