net.sf.molae.bean
Class BeanMaster

java.lang.Object
  |
  +--net.sf.molae.bean.BeanMaster

public class BeanMaster
extends Object

Static map of all bean structures.

Since:
1.1

Method Summary
static BeanStructure get(Object key)
          Returns a bean structure associated with the specified key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static BeanStructure get(Object key)
Returns a bean structure associated with the specified key. If the structure does not exist a new structure is created.
Parameters:
key - whose associated value is to be returned
Returns:
a bean structure associated with the specified key.