org.apache.avalon.composition.data
Class ProfilePackage
java.lang.Object
org.apache.avalon.composition.data.ProfilePackage
- All Implemented Interfaces:
- Serializable
- public class ProfilePackage
- extends Object
- implements Serializable
A collection of profiles packaged with a component type.
- Version:
- $Revision: 1.3 $ $Date: 2004/01/24 23:25:24 $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_PACKAGE
public static final ProfilePackage EMPTY_PACKAGE
ProfilePackage
public ProfilePackage()
ProfilePackage
public ProfilePackage(ComponentProfile[] profiles)
- Create a new profile package instance.
- Parameters:
profiles
- the set of contained profiles
getComponentProfiles
public ComponentProfile[] getComponentProfiles()
- Return the set of profile.
- Returns:
- the profiles
Copyright © The Apache Software Foundation. All Rights Reserved.