org.apache.avalon.meta.info.builder
Class TypeBuilder
java.lang.Object
org.apache.avalon.meta.info.builder.TypeBuilder
- public final class TypeBuilder
- extends Object
A TypeBuilder is responsible for building Type
objects from Configuration objects. The format for Configuration object
is specified in the package summary.
UML
- Version:
- $Revision: 1.3 $ $Date: 2003/12/23 11:19:45 $
- Author:
- Avalon Development Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeBuilder
public TypeBuilder()
buildType
public Type buildType(Class clazz)
throws Exception
- Create a
Type
object for specified Class.
- Parameters:
clazz
- The class of Component
- Returns:
- the created Type
- Throws:
Exception
- if an error occurs
Copyright © Apache Software Foundation. All Rights Reserved.