org.apache.bval
Class MetaBeanManagerFactory

java.lang.Object
  extended by org.apache.bval.MetaBeanManagerFactory

public class MetaBeanManagerFactory
extends Object

Description: API class to hold a singleton of a MetaBeanManager that implements the finder and registry interfaces for MetaBeans

See Also:
MetaBean, MetaBeanManager

Constructor Summary
MetaBeanManagerFactory()
           
 
Method Summary
static MetaBeanFinder getFinder()
          global meta bean finder.
static void setManager(MetaBeanManager finder)
          set global meta bean manager, that is responsible for finding, caching, xml registry and enrichment algorithm.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaBeanManagerFactory

public MetaBeanManagerFactory()
Method Detail

getFinder

public static MetaBeanFinder getFinder()
global meta bean finder.

Returns:
the singleton

setManager

public static void setManager(MetaBeanManager finder)
set global meta bean manager, that is responsible for finding, caching, xml registry and enrichment algorithm.

Parameters:
finder -


Copyright © 2010-2012 Apache Software Foundation. All Rights Reserved.