|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.IntrospectionHelper.Creator
creator - allows use of create/store external to IntrospectionHelper. The class is final as it has a private constructor.
Method Summary | |
java.lang.Object |
create()
Create an object using this creator, which is determined by introspection. |
java.lang.Object |
getRealObject()
|
void |
setPolyType(java.lang.String polyType)
Used to override the class used to create the object. |
void |
store()
Stores the nested element object using a storage method determined by introspection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void setPolyType(java.lang.String polyType)
polyType
- a ant component type namepublic java.lang.Object create()
public java.lang.Object getRealObject()
public void store()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |