org.apache.avalon.repository.provider
Interface Builder

All Known Implementing Classes:
DefaultBuilder

public interface Builder

The defintion of an application builder.

Version:
$Revision: 1.6 $ $Date: 2004/02/24 22:18:23 $
Author:
Avalon Development Team

Method Summary
 ClassLoader getClassLoader()
          Gets the ClassLoader used by this builder.
 Factory getFactory()
          Return the factory established by the builder.
 Class getFactoryClass()
          Return the primary class established by the builder.
 

Method Detail

getFactoryClass

public Class getFactoryClass()
Return the primary class established by the builder.

Returns:
the class

getFactory

public Factory getFactory()
Return the factory established by the builder.

Returns:
the factory

getClassLoader

public ClassLoader getClassLoader()
Gets the ClassLoader used by this builder.

Returns:
the ClassLoader built by the builder.


Copyright © The Apache Software Foundation. All Rights Reserved.