org.apache.tools.ant.taskdefs.optional.ejb
Class WeblogicTOPLinkDeploymentTool
- EJBDeploymentTool
public class WeblogicTOPLinkDeploymentTool
COMPILER_EJB11 , COMPILER_EJB20 , DEFAULT_COMPILER , DEFAULT_WL51_DTD_LOCATION , DEFAULT_WL51_EJB11_DTD_LOCATION , DEFAULT_WL60_51_DTD_LOCATION , DEFAULT_WL60_DTD_LOCATION , DEFAULT_WL60_EJB11_DTD_LOCATION , DEFAULT_WL60_EJB20_DTD_LOCATION , DEFAULT_WL70_DTD_LOCATION , PUBLICID_EJB11 , PUBLICID_EJB20 , PUBLICID_WEBLOGIC_EJB510 , PUBLICID_WEBLOGIC_EJB600 , PUBLICID_WEBLOGIC_EJB700 , WL_CMP_DD , WL_DD |
addSysproperty , addVendorFiles , createWLClasspath , getClassLoaderFromJar , getEjbcClass , getJvmDebugLevel , getWeblogicDescriptorHandler , isRebuildRequired , registerKnownDTDs , setArgs , setCompiler , setEJBdtd , setEjbcClass , setJvmDebugLevel , setJvmargs , setKeepgenerated , setKeepgeneric , setNewCMP , setNoEJBC , setOldCMP , setOutputDir , setRebuild , setSuffix , setWLClasspath , setWLdtd , setWeblogicdtd , validateConfigured , writeJar |
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 |
addVendorFiles
protected void addVendorFiles(Hashtable ejbFiles,
String ddPrefix)
Add any vendor specific files which should be included in the
EJB Jar.
- addVendorFiles in interface WeblogicDeploymentTool
setToplinkdescriptor
public void setToplinkdescriptor(String inString)
Setter used to store the name of the toplink descriptor.
inString
- the string to use as the descriptor name.
setToplinkdtd
public void setToplinkdtd(String inString)
Setter used to store the location of the toplink DTD file.
This is expected to be an URL (file or otherwise). If running
this on NT using a file URL, the safest thing would be to not use a
drive spec in the URL and make sure the file resides on the drive that
ANT is running from. This will keep the setting in the build XML
platform independent.
inString
- the string to use as the DTD location.
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.