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.3 $ $Date: 2004/01/24 23:25:24 $
Author:
Avalon Development Team
See Also:
Serialized Form

Field Summary
static ProfilePackage EMPTY_PACKAGE
           
 
Constructor Summary
ProfilePackage()
           
ProfilePackage(ComponentProfile[] profiles)
          Create a new profile package instance.
 
Method Summary
 ComponentProfile[] getComponentProfiles()
          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(ComponentProfile[] profiles)
Create a new profile package instance.

Parameters:
profiles - the set of contained profiles
Method Detail

getComponentProfiles

public ComponentProfile[] getComponentProfiles()
Return the set of profile.

Returns:
the profiles


Copyright © The Apache Software Foundation. All Rights Reserved.