org.nuiton.io.xpp3
Class PropertyMapper.AttributeValueToProperty

java.lang.Object
  extended by org.nuiton.io.xpp3.PropertyMapper
      extended by org.nuiton.io.xpp3.PropertyMapper.AttributeValueToProperty
Enclosing class:
PropertyMapper

public static class PropertyMapper.AttributeValueToProperty
extends PropertyMapper


Nested Class Summary
 
Nested classes/interfaces inherited from class org.nuiton.io.xpp3.PropertyMapper
PropertyMapper.AttributeValueToProperty, PropertyMapper.TagTextContentToProperty
 
Field Summary
 
Fields inherited from class org.nuiton.io.xpp3.PropertyMapper
containerType, descriptor, name, onlyOne, propertyName, type
 
Constructor Summary
PropertyMapper.AttributeValueToProperty(java.lang.String tagName, java.lang.String propertyName, java.lang.Class<?> containerType, DataConverter type, boolean onlyOne, java.beans.PropertyDescriptor descriptor)
           
 
Method Summary
protected  java.lang.Object getDataFromXml(org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
           
 
Methods inherited from class org.nuiton.io.xpp3.PropertyMapper
getContainerType, getDescriptor, getName, getPropertyName, getTagName, getType, isOnlyOne, setProperty, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyMapper.AttributeValueToProperty

public PropertyMapper.AttributeValueToProperty(java.lang.String tagName,
                                               java.lang.String propertyName,
                                               java.lang.Class<?> containerType,
                                               DataConverter type,
                                               boolean onlyOne,
                                               java.beans.PropertyDescriptor descriptor)
Method Detail

getDataFromXml

protected java.lang.Object getDataFromXml(org.codehaus.plexus.util.xml.pull.XmlPullParser parser)
                                   throws java.lang.Exception
Specified by:
getDataFromXml in class PropertyMapper
Throws:
java.lang.Exception


Copyright © 2009-2010 CodeLutin. All Rights Reserved.