|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DynamicConstructor
An interface that defines a dynamic constructor
Method Summary | |
---|---|
Object |
invoke(Class clazz,
Object[] args)
Invokes the dynamic constructor |
boolean |
isArgumentsMatch(Object[] args)
Test whether the specified arguments match this constructor |
Method Detail |
---|
boolean isArgumentsMatch(Object[] args)
args
- The arguments to check
Object invoke(Class clazz, Object[] args)
clazz
- The actual classargs
- The arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |