org.objectweb.jonas_lib.deployment.api
Interface DescriptionGroup

All Known Implementing Classes:
DescriptionGroupDesc

public interface DescriptionGroup

This interface provides a description for J2EE deployment descriptors

Author:
Philippe Coq

Method Summary
 java.lang.String getDescription()
          Get the description of the deployment descriptor.
 java.lang.String getDisplayName()
          Get the display name of the deployment descriptor.
 java.lang.String getLargeIcon()
          Get the large-icon of the deployment descriptor.
 java.lang.String getSmallIcon()
          Get the small-icon of the deployment descriptor.
 java.lang.String toString()
          Return a String representation of the DescriptionGroup.
 

Method Detail

getDisplayName

public java.lang.String getDisplayName()
Get the display name of the deployment descriptor.

Returns:
the display name of the deployment descriptor.

getDescription

public java.lang.String getDescription()
Get the description of the deployment descriptor.

Returns:
the description of the deployment descriptor.

getSmallIcon

public java.lang.String getSmallIcon()
Get the small-icon of the deployment descriptor.

Returns:
the small-icon of the deployment descriptor.

getLargeIcon

public java.lang.String getLargeIcon()
Get the large-icon of the deployment descriptor.

Returns:
the large-icon of the deployment descriptor.

toString

public java.lang.String toString()
Return a String representation of the DescriptionGroup.

Returns:
a String representation of the DescriptionGroup.