Class InstallLibertyTask

    • Constructor Detail

      • InstallLibertyTask

        public InstallLibertyTask()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.tools.ant.BuildException
        Overrides:
        execute in class org.apache.tools.ant.Task
        Throws:
        org.apache.tools.ant.BuildException
      • checkLicense

        protected void checkLicense​(String actualLicenseCode)
      • checkLicenseSet

        protected void checkLicenseSet()
      • getBaseDir

        public String getBaseDir()
      • setBaseDir

        public void setBaseDir​(String baseDir)
      • getCacheDir

        public String getCacheDir()
      • setCacheDir

        public void setCacheDir​(String cacheDir)
      • getLicenseCode

        public String getLicenseCode()
      • setLicenseCode

        public void setLicenseCode​(String licenseCode)
      • getRuntimeUrl

        public String getRuntimeUrl()
      • setRuntimeUrl

        public void setRuntimeUrl​(String runtimeUrl)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getVersion

        public String getVersion()
      • setVersion

        public void setVersion​(String version)
      • isVerbose

        public boolean isVerbose()
      • setVerbose

        public void setVerbose​(boolean verbose)
      • getUsername

        public String getUsername()
      • setUsername

        public void setUsername​(String username)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)
      • getMaxDownloadTime

        public long getMaxDownloadTime()
      • setMaxDownloadTime

        public void setMaxDownloadTime​(long maxDownloadTime)
      • setOffline

        public void setOffline​(boolean offline)
      • isOffline

        public boolean isOffline()
      • setUseOpenLiberty

        public void setUseOpenLiberty​(boolean useOpenLiberty)
      • getUseOpenLiberty

        public boolean getUseOpenLiberty()
      • setSkipAlreadyInstalledCheck

        public void setSkipAlreadyInstalledCheck​(boolean skipAlreadyInstalledCheck)
      • getSkipAlreadyInstalledCheck

        public boolean getSkipAlreadyInstalledCheck()