org.apache.avalon.repository.provider
Interface Builder

All Known Implementing Classes:
DefaultBuilder

public interface Builder

The defintion of an application builder.

Version:
$Revision: 1.3 $ $Date: 2003/12/06 23:51:08 $
Author:
Stephen McConnell

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

Method Detail

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 © Apache Software Foundation. All Rights Reserved.