Google

EJBDeploymentTool (Apache Ant API)

org.apache.tools.ant.taskdefs.optional.ejb
Interface EJBDeploymentTool

All Known Implementing Classes:
GenericDeploymentTool

public interface EJBDeploymentTool



          Process a deployment descriptor, generating the necessary vendor specific deployment files.
Method Summary
 void configure(org.apache.tools.ant.taskdefs.optional.ejb.EjbJar.Config config)
          Configure this tool for use in the ejbjar task.
 void
 void setTask(Task task)
          Set the task which owns this tool
 void validateConfigured()
          Called to validate that the tool parameters have been configured.
 

Method Detail
processDescriptor


public void processDescriptor(java.lang.String descriptorFilename,
                       throws BuildException
Process a deployment descriptor, generating the necessary vendor specific deployment files.

Parameters:
descriptorFilename - the name of the deployment descriptor
saxParser - a SAX parser which can be used to parse the deployment descriptor.
BuildException

validateConfigured


public void validateConfigured()
                        throws BuildException
Called to validate that the tool parameters have been configured.

BuildException

setTask


public void setTask(Task task)
Set the task which owns this tool


configure


public void configure(org.apache.tools.ant.taskdefs.optional.ejb.EjbJar.Config config)
Configure this tool for use in the ejbjar task.



Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.