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)
Get the descriptor handler. |
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: ejbFiles the hashtable to add files to. ddPrefix the prefix to use.
Parameters: srcDir the source file.
Returns: the descriptor handler.
Parameters: inString the string to use as the descriptor name.
Parameters: inString the string to use as the DTD location.
Throws: BuildException if there is an error.