|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InstanceGenerator
| Method Summary | |
|---|---|
java.lang.Object |
generateInstance(java.lang.Class<?> type)
Create an instance for the given class. |
java.lang.Object |
generateInstance(java.lang.Class<?> type,
int modus)
Create an instance for the given class with an instance generator specific modus. |
void |
init(ParameterPair[] initParams)
Initializes the instnce generator with the given array of objects. |
| Method Detail |
|---|
void init(ParameterPair[] initParams)
initParams -
java.lang.Object generateInstance(java.lang.Class<?> type)
throws TypeNotSupportedException
type -
TypeNotSupportedException
java.lang.Object generateInstance(java.lang.Class<?> type,
int modus)
throws TypeNotSupportedException
type - modus -
TypeNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||