Class InstallFeatureTask

    • Constructor Detail

      • InstallFeatureTask

        public InstallFeatureTask()
    • Method Detail

      • execute

        public void execute()
        Overrides:
        execute in class org.apache.tools.ant.Task
      • isAcceptLicense

        public boolean isAcceptLicense()
        Returns:
        the acceptLicense
      • setAcceptLicense

        public void setAcceptLicense​(boolean acceptLicense)
        Parameters:
        acceptLicense - the acceptLicense to set
      • getTo

        public String getTo()
      • setTo

        public void setTo​(String to)
      • getWhenFileExists

        @Deprecated
        public String getWhenFileExists()
        Deprecated.
        installUtility does not have a whenFileExist parameter.
        Returns:
        the whenFileExists boolean
      • setWhenFileExists

        @Deprecated
        public void setWhenFileExists​(String whenFileExists)
        Deprecated.
        installUtility does not have a whenFileExist parameter.
        Parameters:
        whenFileExists - A boolean for whenFileExists
      • getFrom

        public String getFrom()
      • setFrom

        public void setFrom​(String from)