org.nakedobjects.metamodel.facets.object.validprops
Class ObjectValidPropertiesFacetFactory

java.lang.Object
  extended by org.nakedobjects.metamodel.facets.FacetFactoryAbstract
      extended by org.nakedobjects.metamodel.facets.object.validprops.ObjectValidPropertiesFacetFactory
All Implemented Interfaces:
FacetFactory, SpecificationLoaderAware

public class ObjectValidPropertiesFacetFactory
extends FacetFactoryAbstract


Constructor Summary
ObjectValidPropertiesFacetFactory()
           
 
Method Summary
 boolean process(java.lang.Class<?> cls, MethodRemover methodRemover, FacetHolder facetHolder)
          Process the class, and return the correctly setup annotation if present.
 
Methods inherited from class org.nakedobjects.metamodel.facets.FacetFactoryAbstract
getFeatureTypes, getSpecificationLoader, process, processParams, setSpecificationLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectValidPropertiesFacetFactory

public ObjectValidPropertiesFacetFactory()
Method Detail

process

public boolean process(java.lang.Class<?> cls,
                       MethodRemover methodRemover,
                       FacetHolder facetHolder)
Description copied from interface: FacetFactory
Process the class, and return the correctly setup annotation if present.

Specified by:
process in interface FacetFactory
Overrides:
process in class FacetFactoryAbstract
Parameters:
cls - - class being processed
methodRemover - - allow any methods of the class to be removed
facetHolder - - to attach the facets to
Returns:
true if any facets were added, false otherwise.


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.