org.codehaus.mojo.pomtools.wrapper.reflection
Class PropertiesBeanField

java.lang.Object
  extended by org.codehaus.mojo.pomtools.wrapper.reflection.BeanField
      extended by org.codehaus.mojo.pomtools.wrapper.reflection.ListField
          extended by org.codehaus.mojo.pomtools.wrapper.reflection.PropertiesBeanField
All Implemented Interfaces:
FactoryBeanField

public class PropertiesBeanField
extends ListField

Version:
$Id: PropertiesBeanField.java 2166 2006-07-18 21:32:16Z carlos $
Author:
David Hawkins

Field Summary
 
Fields inherited from class org.codehaus.mojo.pomtools.wrapper.reflection.BeanField
TYPE_BOOLEAN, TYPE_COMPOSITE, TYPE_LIST, TYPE_PROPERTIES, TYPE_STRING, TYPE_VERSION
 
Constructor Summary
PropertiesBeanField(String parentName, String name)
           
 
Method Summary
 ObjectWrapper createWrapperObject(ObjectWrapper parent, Object objectToWrap)
           
 
Methods inherited from class org.codehaus.mojo.pomtools.wrapper.reflection.BeanField
equals, getClassByName, getFieldName, getFullFieldName, getLabel, getPossibleValues, getType, hashCode, isWrappedValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertiesBeanField

public PropertiesBeanField(String parentName,
                           String name)
Method Detail

createWrapperObject

public ObjectWrapper createWrapperObject(ObjectWrapper parent,
                                         Object objectToWrap)
Specified by:
createWrapperObject in interface FactoryBeanField
Overrides:
createWrapperObject in class ListField


Copyright © 2011 The Codehaus. All Rights Reserved.