| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hivemind.lib.factory.BeanFactoryParameter
public class BeanFactoryParameter
Parameter object passed to BeanFactoryBuilder.
| Constructor Summary | |
|---|---|
| BeanFactoryParameter() | |
| Method Summary | |
|---|---|
|  java.util.List | getContributionsList()The contributions to the list (assigned from the companion configuration point). | 
|  boolean | getDefaultCacheable()Default value for cacheable in contributions that do not explicitly set a value. | 
|  java.lang.Class | getVendClass()The class or interface to be vended by the factory (all contributed classes must be assigneble). | 
|  void | setContributions(java.util.Map contributions) | 
|  void | setContributionsList(java.util.List contributions) | 
|  void | setDefaultCacheable(boolean b) | 
|  void | setVendClass(java.lang.Class class1) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public BeanFactoryParameter()
| Method Detail | 
|---|
public java.util.List getContributionsList()
public boolean getDefaultCacheable()
true.
public java.lang.Class getVendClass()
Object.
public void setContributions(java.util.Map contributions)
public void setContributionsList(java.util.List contributions)
public void setDefaultCacheable(boolean b)
public void setVendClass(java.lang.Class class1)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||