org.apache.tools.ant.taskdefs.optional.ejb
public class WeblogicTOPLinkDeploymentTool extends WeblogicDeploymentTool
Method Summary | |
---|---|
protected void | addVendorFiles(Hashtable ejbFiles, String ddPrefix)
Add any vendor specific files which should be included in the
EJB Jar. |
protected DescriptorHandler | getDescriptorHandler(File srcDir) |
void | setToplinkdescriptor(String inString)
Setter used to store the name of the toplink descriptor. |
void | setToplinkdtd(String inString)
Setter used to store the location of the toplink DTD file.
|
void | validateConfigured()
Called to validate that the tool parameters have been configured.
|
Parameters: inString the string to use as the descriptor name.
Parameters: inString the string to use as the DTD location.