org.apache.avalon.composition.data.builder
Class XMLProfilePackageCreator

java.lang.Object
  extended byorg.apache.avalon.composition.data.builder.XMLProfilePackageCreator

public class XMLProfilePackageCreator
extends Object

Version:
$Revision: 1.1.1.1 $ $Date: 2003/09/24 09:31:42 $
Author:
Avalon Development Team

Constructor Summary
XMLProfilePackageCreator()
           
 
Method Summary
 ProfilePackage createProfilePackage(String base, String classname, Configuration config)
          Creation of a ProfilePackage from an XML configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLProfilePackageCreator

public XMLProfilePackageCreator()
Method Detail

createProfilePackage

public ProfilePackage createProfilePackage(String base,
                                           String classname,
                                           Configuration config)
                                    throws MetaDataException
Creation of a ProfilePackage from an XML configuration.

Parameters:
config - the configuration
Returns:
the profile package
Throws:
MetaDataException


Copyright © Apache Software Foundation. All Rights Reserved.