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.1.1.1 $ $Date: 2003/08/31 14:27:03 $
- 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(DeploymentProfile[] profiles)
- Create a new profile package instance.
- Parameters:
profiles
- the set of contained profiles
getDeploymentProfiles
public DeploymentProfile[] getDeploymentProfiles()
- Return the set of profile.
- Returns:
- the profiles
Copyright © Apache Software Foundation. All Rights Reserved.