org.apache.tools.ant.taskdefs.optional.ejb
Class JbossDeploymentTool
- EJBDeploymentTool
public class JbossDeploymentTool
The deployment tool to add the jboss specific deployment descriptor to the ejb jar file.
Jboss only requires one additional file jboss.xml and does not require any additional
compilation.
protected void | addVendorFiles(Hashtable ejbFiles, String ddPrefix) - Add any vendor specific files which should be included in the
EJB Jar.
|
void | setSuffix(String inString) - Setter used to store the suffix for the generated JBoss jar file.
|
void | validateConfigured() - Called to validate that the tool parameters have been configured.
|
addFileToJar , addSupportClasses , addVendorFiles , checkAndAddDependants , checkConfiguration , configure , createClasspath , getClassLoaderForBuild , getCombinedClasspath , getConfig , getDescriptorHandler , getDestDir , getJarBaseName , getLocation , getManifestFile , getPublicId , getTask , getVendorDDPrefix , log , needToRebuild , parseEjbFiles , processDescriptor , registerKnownDTDs , setClasspath , setDestdir , setGenericJarSuffix , setTask , usingBaseJarName , validateConfigured , writeJar |
JBOSS_CMP10D
protected static final String JBOSS_CMP10D
JBOSS_CMP20D
protected static final String JBOSS_CMP20D
JBOSS_DD
protected static final String JBOSS_DD
addVendorFiles
protected void addVendorFiles(Hashtable ejbFiles,
String ddPrefix)
Add any vendor specific files which should be included in the
EJB Jar.
- addVendorFiles in interface GenericDeploymentTool
setSuffix
public void setSuffix(String inString)
Setter used to store the suffix for the generated JBoss jar file.
inString
- the string to use as the suffix.
Copyright B) 2000-2008 Apache Software Foundation. All Rights Reserved.