hudson.plugins.testabilityexplorer.parser.converters
Class ElementConverter

java.lang.Object
  extended by hudson.plugins.testabilityexplorer.parser.converters.ElementConverter
Direct Known Subclasses:
ClassElementConverter, CostElementConverter, MethodElementConverter, TestabilityElementConverter

public abstract class ElementConverter
extends java.lang.Object

Constructs TestabilityCost objects.

Author:
reik.schatz

Constructor Summary
ElementConverter()
           
 
Method Summary
abstract  TestabilityCost construct(org.xmlpull.v1.XmlPullParser xpp, CostSummary root)
           
protected  java.lang.String getNamespace()
           
protected  int toInt(java.lang.String value, int defaultValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementConverter

public ElementConverter()
Method Detail

construct

public abstract TestabilityCost construct(org.xmlpull.v1.XmlPullParser xpp,
                                          CostSummary root)

getNamespace

protected java.lang.String getNamespace()

toInt

protected int toInt(java.lang.String value,
                    int defaultValue)


Copyright © 2008. All Rights Reserved.