it.amattioli.applicate.properties
Class PropertyAvailabilityRetrieverImpl

Show UML class diagram
java.lang.Object
  extended by it.amattioli.applicate.properties.PropertyAvailabilityRetrieverImpl
All Implemented Interfaces:
PropertyAvailabilityRetriever

public class PropertyAvailabilityRetrieverImpl
extends Object
implements PropertyAvailabilityRetriever


Constructor Summary
PropertyAvailabilityRetrieverImpl(Object bean)
           
 
Method Summary
 Method availableMethod(String propertyName)
           
static String availableProperty(String propertyName)
           
 boolean isPropertyAvailable(String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyAvailabilityRetrieverImpl

public PropertyAvailabilityRetrieverImpl(Object bean)
Method Detail

isPropertyAvailable

public boolean isPropertyAvailable(String propertyName)
Specified by:
isPropertyAvailable in interface PropertyAvailabilityRetriever

availableProperty

public static String availableProperty(String propertyName)

availableMethod

public Method availableMethod(String propertyName)
                       throws NoSuchMethodException
Throws:
NoSuchMethodException


Copyright © 2011. All Rights Reserved.