org.apache.avalon.composition.data
Class NamedDeploymentProfile

java.lang.Object
  extended byorg.apache.avalon.composition.data.Profile
      extended byorg.apache.avalon.composition.data.NamedDeploymentProfile
All Implemented Interfaces:
Serializable

public class NamedDeploymentProfile
extends Profile

A named deployment profile.

Version:
$Revision: 1.1 $ $Date: 2003/10/04 11:54:15 $
Author:
Avalon Development Team
See Also:
Serialized Form

Constructor Summary
NamedDeploymentProfile(String name, String classname, String key, boolean activation)
           
 
Method Summary
 String getClassname()
          Return the component type classname.
 String getKey()
          Return the component profile key.
 String toString()
          Returns a string representation of the profile.
 
Methods inherited from class org.apache.avalon.composition.data.Profile
getActivationPolicy, getMode, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamedDeploymentProfile

public NamedDeploymentProfile(String name,
                              String classname,
                              String key,
                              boolean activation)
Method Detail

getClassname

public String getClassname()
Return the component type classname.

Returns:
classname of the component type

getKey

public String getKey()
Return the component profile key.

Returns:
the name of a profile pacikaged with the component type

toString

public String toString()
Returns a string representation of the profile.

Overrides:
toString in class Profile
Returns:
a string representation


Copyright © Apache Software Foundation. All Rights Reserved.