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

Class WeblogicTOPLinkDeploymentTool

    • Constructor Detail

      • WeblogicTOPLinkDeploymentTool

        public WeblogicTOPLinkDeploymentTool()
    • Method Detail

      • setToplinkdescriptor

        public void setToplinkdescriptor(java.lang.String inString)
        Setter used to store the name of the toplink descriptor.
        Parameters:
        inString - the string to use as the descriptor name.
      • setToplinkdtd

        public void setToplinkdtd(java.lang.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.
        Parameters:
        inString - the string to use as the DTD location.
      • addVendorFiles

        protected void addVendorFiles(java.util.Hashtable ejbFiles,
                                      java.lang.String ddPrefix)
        Add any vendor specific files which should be included in the EJB Jar.
        Overrides:
        addVendorFiles in class WeblogicDeploymentTool
        Parameters:
        ejbFiles - the hashtable to add files to.
        ddPrefix - the prefix to use.