org.apache.avalon.composition.data.builder
Interface ProfilePackageCreator
- All Known Implementing Classes:
- ProfilePackageBuilder, SerializedProfilePackageCreator
- public interface ProfilePackageCreator
Interface used to create a ProfilePackage
from an input stream.
- Version:
- $Revision: 1.3 $ $Date: 2004/01/24 23:25:30 $
- Author:
- Avalon Development Team
createProfilePackage
public ProfilePackage createProfilePackage(String name,
Class clazz)
throws Exception
- Create a
ProfilePackage
from a class reference.
- Parameters:
clazz
- the component class
- Returns:
- the profile package
- Throws:
Exception
- if a error occurs during package creation
Copyright © The Apache Software Foundation. All Rights Reserved.