org.apache.avalon.composition.data
Class ProfilePackage

java.lang.Object
  extended byorg.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

Field Summary
static ProfilePackage EMPTY_PACKAGE
           
 
Constructor Summary
ProfilePackage()
           
ProfilePackage(DeploymentProfile[] profiles)
          Create a new profile package instance.
 
Method Summary
 DeploymentProfile[] getDeploymentProfiles()
          Return the set of profile.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_PACKAGE

public static final ProfilePackage EMPTY_PACKAGE
Constructor Detail

ProfilePackage

public ProfilePackage()

ProfilePackage

public ProfilePackage(DeploymentProfile[] profiles)
Create a new profile package instance.

Parameters:
profiles - the set of contained profiles
Method Detail

getDeploymentProfiles

public DeploymentProfile[] getDeploymentProfiles()
Return the set of profile.

Returns:
the profiles


Copyright © Apache Software Foundation. All Rights Reserved.