org.jboss.managed.api
Interface DeploymentTemplateInfo

All Known Implementing Classes:
BasicDeploymentTemplateInfo

public interface DeploymentTemplateInfo

The exportable information for a DeploymentTemplate.

Version:
$Revision: 69921 $
Author:
Scott.Stark@jboss.org

Method Summary
 String getDescription()
          Information about the deployment template
 String getName()
          The name of the DeploymentTemplate this info corresponds to
 Map<String,ManagedProperty> getProperties()
          Get the template properties.
 

Method Detail

getName

String getName()
The name of the DeploymentTemplate this info corresponds to

Returns:
name of the deployment template

getDescription

String getDescription()
Information about the deployment template

Returns:
Information about the deployment template

getProperties

Map<String,ManagedProperty> getProperties()
Get the template properties.

Returns:
A name to property mapping of the properties that can be set for use by the deployment template.


Copyright © 2008 JBoss Inc.. All Rights Reserved.