org.apache.avalon.meta.info.builder
Class TypeBuilder

java.lang.Object
  extended byorg.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.7 $ $Date: 2003/07/24 12:12:01 $
Author:
Avalon Development Team

Constructor Summary
TypeBuilder()
           
 
Method Summary
 Type buildType(Class clazz)
          Create a Type object for specified Class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeBuilder

public TypeBuilder()
Method Detail

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.