Class ZipURLInstallerElement


  • public class ZipURLInstallerElement
    extends Object
    Nested Ant element to wrap the ZipURLInstaller class.
    • Constructor Detail

      • ZipURLInstallerElement

        public ZipURLInstallerElement()
    • Method Detail

      • setDownloadDir

        public void setDownloadDir​(String downloadDir)
        Parameters:
        downloadDir - the destination directory where the zipped container install will be downloaded.
      • setExtractDir

        public void setExtractDir​(String extractDir)
        Parameters:
        extractDir - the destination directory where the zipped container install will be installed.
      • setInstallURL

        public void setInstallURL​(URL installURL)
        Parameters:
        installURL - the install URL to download container from
      • getDownloadDir

        public String getDownloadDir()
        Returns:
        the destination directory where the zipped container install will be downloaded.
      • getExtractDir

        public String getExtractDir()
        Returns:
        the destination directory where the zipped container install will be installed.
      • getInstallURL

        public URL getInstallURL()
        Returns:
        the install URL to download container from
      • getProxy

        public Proxy getProxy()
        Returns:
        proxy properties.
      • createProxy

        public Proxy createProxy()
        Returns:
        the configured Proxy element
      • createInstaller

        public ZipURLInstaller createInstaller()
        Returns:
        a new instance of ZipURLInstaller configured using the attributes specified by the user