hudson.plugins.testabilityexplorer.parser.converters
Class ClassElementConverter

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

public class ClassElementConverter
extends ElementConverter

Converts a <class> XML element into a ClassCost.

Author:
reik.schatz

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

ClassElementConverter

public ClassElementConverter()
Method Detail

construct

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

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


Copyright © 2008. All Rights Reserved.