|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PartReferenceBuilder
The contract for builders that create component part.
| Method Summary | |
|---|---|
PartReference |
buildPartReference(ClassLoader classloader,
Type type)
Build the part. |
String |
getKey()
Return the key identifying the part that this builder is building. |
| Method Detail |
|---|
String getKey()
PartReference buildPartReference(ClassLoader classloader,
Type type)
throws IntrospectionException,
IOException,
ClassNotFoundException
classloader - the classloader to use if type creation is requiredtype - the underlying part type
IntrospectionException - if a class introspection error occurs
IOException - if an I/O error occurs
ClassNotFoundException - if a referenced class cannot be found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||