|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Part
A Part object encapsulates creation and verification logic for any property or parameter of a component. Part is used to customize the creation of a parameters or properties without regard to the parameter orginal position or property name.
Codehaus.org.
| Method Summary | |
|---|---|
java.lang.Object |
create(java.lang.Class type,
Dependency pp)
Creates a part instance. |
java.lang.Class |
verify(java.lang.Class type,
Dependency pp)
Verifies that the part can be satisfied. |
| Method Detail |
|---|
java.lang.Object create(java.lang.Class type,
Dependency pp)
type - the type of the part.pp - the Dependency object used to resolve any dependency.
java.lang.Class verify(java.lang.Class type,
Dependency pp)
type - the type of the part.pp - the Dependency object used to resolve any dependency.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||