org.apache.avalon.composition.data
Class NamedDeploymentProfile
java.lang.Object
org.apache.avalon.composition.data.Profile
org.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
NamedDeploymentProfile
public NamedDeploymentProfile(String name,
String classname,
String key,
boolean activation)
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.