xdoclet.modules.ejb.dd

Class EjbDotXmlSubTask


public class EjbDotXmlSubTask
extends AbstractEjbDeploymentDescriptorSubTask

Subtask for generating standard EJB deployment descriptor.
Version:
$Revision: 1.18 $
Author:
Ara Abrahamian (ara_e@email.com)
ant.element
display-name = "ejb-jar.xml" name = "deploymentdescriptor" parent = "xdoclet.modules.ejb.EjbDocletTask"
created
Oct 15, 2001

Field Summary

protected String
clientjar
protected String
description
protected String
displayname
protected String
largeicon
protected String
smallicon

Constructor Summary

EjbDotXmlSubTask()

Method Summary

protected void
engineStarted()
Describe what the method does
void
execute()
Describe what the method does
String
getClientjar()
Gets the Clientjar attribute of the EjbDotXmlSubTask object
String
getDescription()
Gets the Description attribute of the EjbDotXmlSubTask object
String
getDisplayname()
Gets the Displayname attribute of the EjbDotXmlSubTask object
String
getLargeicon()
Gets the Largeicon attribute of the EjbDotXmlSubTask object
String
getSmallicon()
Gets the Smallicon attribute of the EjbDotXmlSubTask object
void
setClientjar(String clientjar)
Sets the Clientjar attribute of the EjbDotXmlSubTask object
void
setDescription(String description)
Sets the Description attribute of the EjbDotXmlSubTask object
void
setDisplayname(String displayname)
Sets the Displayname attribute of the EjbDotXmlSubTask object
void
setLargeicon(String largeicon)
Sets the Largeicon attribute of the EjbDotXmlSubTask object
void
setSmallicon(String smallicon)
Sets the Smallicon attribute of the EjbDotXmlSubTask object
void
validateOptions()
Called to validate configuration parameters.

Field Details

clientjar

protected String clientjar

description

protected String description

displayname

protected String displayname

largeicon

protected String largeicon

smallicon

protected String smallicon

Constructor Details

EjbDotXmlSubTask

public EjbDotXmlSubTask()

Method Details

engineStarted

protected void engineStarted()
            throws xdoclet.XDocletException
Describe what the method does
Throws:
xdoclet.XDocletException -

execute

public void execute()
            throws xdoclet.XDocletException
Describe what the method does
Throws:
xdoclet.XDocletException -

getClientjar

public String getClientjar()
Gets the Clientjar attribute of the EjbDotXmlSubTask object
Returns:
The Clientjar value

getDescription

public String getDescription()
Gets the Description attribute of the EjbDotXmlSubTask object
Returns:
The Description value

getDisplayname

public String getDisplayname()
Gets the Displayname attribute of the EjbDotXmlSubTask object
Returns:
The Displayname value

getLargeicon

public String getLargeicon()
Gets the Largeicon attribute of the EjbDotXmlSubTask object
Returns:
The Largeicon value

getSmallicon

public String getSmallicon()
Gets the Smallicon attribute of the EjbDotXmlSubTask object
Returns:
The Smallicon value

setClientjar

public void setClientjar(String clientjar)
Sets the Clientjar attribute of the EjbDotXmlSubTask object
Parameters:
clientjar - The new Clientjar value

setDescription

public void setDescription(String description)
Sets the Description attribute of the EjbDotXmlSubTask object
Parameters:
description - The new Description value

setDisplayname

public void setDisplayname(String displayname)
Sets the Displayname attribute of the EjbDotXmlSubTask object
Parameters:
displayname - The new Displayname value

setLargeicon

public void setLargeicon(String largeicon)
Sets the Largeicon attribute of the EjbDotXmlSubTask object
Parameters:
largeicon - The new Largeicon value

setSmallicon

public void setSmallicon(String smallicon)
Sets the Smallicon attribute of the EjbDotXmlSubTask object
Parameters:
smallicon - The new Smallicon value

validateOptions

public void validateOptions()
            throws xdoclet.XDocletException
Called to validate configuration parameters.
Throws:
xdoclet.XDocletException -