org.ow2.jonas.deployment.api
Interface IDescriptionGroupDesc


public interface IDescriptionGroupDesc

This interface provides a description for J2EE deployment descriptors.

Author:
Philippe Coq

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

Method Detail

getDisplayName

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

Returns:
the display name of the deployment descriptor.

getDescription

String getDescription()
Get the description of the deployment descriptor.

Returns:
the description of the deployment descriptor.

getSmallIcon

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

Returns:
the small-icon of the deployment descriptor.

getLargeIcon

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

Returns:
the large-icon of the deployment descriptor.

toString

String toString()
Return a String representation of the DescriptionGroup.

Overrides:
toString in class Object
Returns:
a String representation of the DescriptionGroup.


Copyright © 2010 OW2 Consortium. All Rights Reserved.