EjbJar.createJboss()
protected void
addFileToJar
(java.util.jar.JarOutputStream jStream, java.io.File inputFile, java.lang.String logicalFilename)
throws
BuildException
[Inherited From GenericDeploymentTool]
protected void
addSupportClasses
(java.util.Hashtable ejbFiles)
[Inherited From GenericDeploymentTool]
protected void
addVendorFiles
(java.util.Hashtable ejbFiles, java.lang.String ddPrefix)
[Overrides GenericDeploymentTool]
protected void
checkAndAddDependants
(java.util.Hashtable checkEntries)
throws
BuildException
[Inherited From GenericDeploymentTool]
protected void
checkConfiguration
(java.lang.String descriptorFileName, javax.xml.parsers.SAXParser saxParser)
throws
BuildException
[Inherited From GenericDeploymentTool]
public void
configure
(org.apache.tools.ant.taskdefs.optional.ejb.EjbJar.Config config)
[Inherited From GenericDeploymentTool]
protected org.apache.tools.ant.taskdefs.optional.ejb.EjbJar.Config
getConfig
()
[Inherited From GenericDeploymentTool]
protected DescriptorHandler
getDescriptorHandler
(java.io.File srcDir)
[Inherited From GenericDeploymentTool]
protected java.lang.String
getJarBaseName
(java.lang.String descriptorFileName)
[Inherited From GenericDeploymentTool]
protected java.io.File
getManifestFile
(java.lang.String prefix)
[Inherited From GenericDeploymentTool]
public java.lang.String
getVendorDDPrefix
(java.lang.String baseName, java.lang.String descriptorFileName)
[Inherited From GenericDeploymentTool]
pack-private java.io.File
getVendorOutputJarFile
(java.lang.String baseName)
[Overrides GenericDeploymentTool]
protected boolean
needToRebuild
(java.util.Hashtable ejbFiles, java.io.File jarFile)
[Inherited From GenericDeploymentTool]
protected java.util.Hashtable
parseEjbFiles
(java.lang.String descriptorFileName, javax.xml.parsers.SAXParser saxParser)
throws
java.io.IOException
org.xml.sax.SAXException
[Inherited From GenericDeploymentTool]
public void
processDescriptor
(java.lang.String descriptorFileName, javax.xml.parsers.SAXParser saxParser)
[Inherited From GenericDeploymentTool]
protected void
writeJar
(java.lang.String baseName, java.io.File jarfile, java.util.Hashtable files, java.lang.String publicId)
throws
BuildException
[Inherited From GenericDeploymentTool]
publicfinalstatic
java.lang.String ANALYZER_CLASS_FULL
= "org.apache.tools.ant.util.depend.bcel.FullAnalyzer"
[Inherited From GenericDeploymentTool]
publicfinalstatic
java.lang.String ANALYZER_CLASS_SUPER
= "org.apache.tools.ant.util.depend.bcel.AncestorAnalyzer"
[Inherited From GenericDeploymentTool]
publicfinalstatic
java.lang.String ANALYZER_FULL
= "full"
[Inherited From GenericDeploymentTool]
publicfinalstatic
java.lang.String ANALYZER_NONE
= "none"
[Inherited From GenericDeploymentTool]
publicfinalstatic
java.lang.String ANALYZER_SUPER
= "super"
[Inherited From GenericDeploymentTool]
publicfinalstatic
java.lang.String DEFAULT_ANALYZER
= "super"
[Inherited From GenericDeploymentTool]
publicfinalstatic
int DEFAULT_BUFFER_SIZE
= "1024"
[Inherited From GenericDeploymentTool]
protectedfinalstatic
java.lang.String EJB_DD
= "ejb-jar.xml"
[Inherited From GenericDeploymentTool]
publicfinalstatic
int JAR_COMPRESS_LEVEL
= "9"
[Inherited From GenericDeploymentTool]
protectedfinalstatic
java.lang.String MANIFEST
= "META-INF/MANIFEST.MF"
[Inherited From GenericDeploymentTool]
protectedfinalstatic
java.lang.String META_DIR
= "META-INF/"
[Inherited From GenericDeploymentTool]