|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hivemind.lib.factory.BeanFactoryParameter
public class BeanFactoryParameter
Parameter object passed to BeanFactoryBuilder
.
Constructor Summary | |
---|---|
BeanFactoryParameter()
|
Method Summary | |
---|---|
java.util.List |
getContributions()
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.List list)
|
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 getContributions()
public boolean getDefaultCacheable()
true
.
public java.lang.Class getVendClass()
Object
.
public void setContributions(java.util.List list)
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 |