net.sf.beanlib.provider.collector
Class OrderedMethodCollector

java.lang.Object
  extended by net.sf.beanlib.provider.collector.OrderedMethodCollector
All Implemented Interfaces:
BeanMethodCollector

public class OrderedMethodCollector
extends Object
implements BeanMethodCollector

Supports collecting JavaBean public setter methods. This class differs from the PublicSetterMethodCollector in that

Author:
Joe D. Velopar

Field Summary
private  BeanMethodCollector beanMethodCollector
           
 
Constructor Summary
OrderedMethodCollector()
           
OrderedMethodCollector(BeanMethodCollector beanMethodCollector)
           
 
Method Summary
 Method[] collect(Object bean)
           
 String getMethodPrefix()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

beanMethodCollector

private final BeanMethodCollector beanMethodCollector
Constructor Detail

OrderedMethodCollector

public OrderedMethodCollector()

OrderedMethodCollector

public OrderedMethodCollector(BeanMethodCollector beanMethodCollector)
Method Detail

collect

public Method[] collect(Object bean)
Specified by:
collect in interface BeanMethodCollector

getMethodPrefix

public String getMethodPrefix()
Specified by:
getMethodPrefix in interface BeanMethodCollector