Package org.apache.tools.ant
Class IntrospectionHelper.Creator
java.lang.Object
org.apache.tools.ant.IntrospectionHelper.Creator
- Enclosing class:
- IntrospectionHelper
creator - allows use of create/store external
 to IntrospectionHelper.
 The class is final as it has a private constructor.
- 
Method SummaryModifier and TypeMethodDescriptioncreate()Create an object using this creator, which is determined by introspection.voidsetPolyType(String polyType) Used to override the class used to create the object.voidstore()Stores the nested element object using a storage method determined by introspection.
- 
Method Details- 
setPolyTypeUsed to override the class used to create the object.- Parameters:
- polyType- a ant component type name
 
- 
createCreate an object using this creator, which is determined by introspection.- Returns:
- the created object
 
- 
getRealObject- Returns:
- the real object (used currently only for presetdef).
 
- 
storepublic void store()Stores the nested element object using a storage method determined by introspection.
 
-