| org.objectweb.jonas.ant.EJBDeploymentTool
All known Subclasses: org.objectweb.jonas.ant.GenericDeploymentTool,
EJBDeploymentTool | public interface EJBDeploymentTool (Code) | | |
configure | void configure(EjbJar.Config config)(Code) | | Configure this tool for use in the ejbjar task.
|
processDescriptor | void processDescriptor(String descriptorFilename, SAXParser saxParser) throws BuildException(Code) | | Process a deployment descriptor, generating the necessary vendor specific
deployment files.
Parameters: descriptorFilename - the name of the deployment descriptor Parameters: saxParser - a SAX parser which can be used to parse the deployment descriptor. |
setTask | void setTask(Task task)(Code) | | Set the task which owns this tool
|
validateConfigured | void validateConfigured() throws BuildException(Code) | | Called to validate that the tool parameters have been configured.
|
|
|