Class OrionDeploymentTool
java.lang.Object
org.apache.tools.ant.taskdefs.optional.ejb.GenericDeploymentTool
org.apache.tools.ant.taskdefs.optional.ejb.OrionDeploymentTool
- All Implemented Interfaces:
EJBDeploymentTool
public class OrionDeploymentTool extends GenericDeploymentTool
The deployment tool to add the orion specific deployment descriptor to the
ejb jar file. Orion only requires one additional file orion-ejb-jar.xml
and does not require any additional compilation.
- Since:
- Ant 1.10.2
- See Also:
EjbJar.createOrion()
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringORION_DDFields inherited from class org.apache.tools.ant.taskdefs.optional.ejb.GenericDeploymentTool
ANALYZER_CLASS_FULL, ANALYZER_CLASS_SUPER, ANALYZER_FULL, ANALYZER_NONE, ANALYZER_SUPER, DEFAULT_ANALYZER, DEFAULT_BUFFER_SIZE, EJB_DD, JAR_COMPRESS_LEVEL, MANIFEST, META_DIR -
Constructor Summary
Constructors Constructor Description OrionDeploymentTool() -
Method Summary
Modifier and Type Method Description protected voidaddVendorFiles(java.util.Hashtable<java.lang.String,java.io.File> ejbFiles, java.lang.String baseName)Add any vendor specific files which should be included in the EJB Jar.Methods inherited from class org.apache.tools.ant.taskdefs.optional.ejb.GenericDeploymentTool
addFileToJar, addSupportClasses, 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, writeJarMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ORION_DD
protected static final java.lang.String ORION_DD- See Also:
- Constant Field Values
-
-
Constructor Details
-
OrionDeploymentTool
public OrionDeploymentTool()
-
-
Method Details
-
addVendorFiles
protected void addVendorFiles(java.util.Hashtable<java.lang.String,java.io.File> ejbFiles, java.lang.String baseName)Add any vendor specific files which should be included in the EJB Jar.- Overrides:
addVendorFilesin classGenericDeploymentTool- Parameters:
ejbFiles- Hashtable<String, File>baseName- String
-