Class Parameters

    • Constructor Detail

      • Parameters

        public Parameters()
      • Parameters

        public Parameters​(String initialData)
    • Method Detail

      • reset

        public void reset()
        Description copied from class: StringParameters
        Reset this parameters object to its default values.

        Subclasses should override this method to set any initial values and instantiate any objects that require allocation. It is recommended that subclasses also call super.reset() in the override to ensure that the buffer is empty.

        Specified by:
        reset in interface IParameters
        Overrides:
        reset in class StringParameters
      • getFillTarget

        public boolean getFillTarget()
      • setFillTarget

        public void setFillTarget​(boolean fillTarget)
      • getFillTargetThreshold

        public int getFillTargetThreshold()
      • setFillTargetThreshold

        public void setFillTargetThreshold​(int fillTargetThreshold)
      • getMarkAsMT

        public boolean getMarkAsMT()
      • setMarkAsMT

        public void setMarkAsMT​(boolean markAsMT)
      • getMaxEvents

        public int getMaxEvents()
      • setMaxEvents

        public void setMaxEvents​(int maxEvents)
      • getThreshold

        public int getThreshold()
      • setThreshold

        public void setThreshold​(int threshold)
      • getMaxMatches

        public int getMaxMatches()
      • setMaxMatches

        public void setMaxMatches​(int maxMatches)
      • getTmxPath

        public String getTmxPath()
      • setTmxPath

        public void setTmxPath​(String tmxPath)
      • getConfigPath

        public String getConfigPath()
      • setConfigPath

        public void setConfigPath​(String configPath)
      • getAzureKey

        public String getAzureKey()
      • setAzureKey

        public void setAzureKey​(String azureKey)
      • getCategory

        public String getCategory()
      • setCategory

        public void setCategory​(String category)
      • getMakeTmx

        public boolean getMakeTmx()
      • setMakeTmx

        public void setMakeTmx​(boolean makeTmx)
      • getAnnotate

        public boolean getAnnotate()
      • setAnnotate

        public void setAnnotate​(boolean annotate)
      • getOnlyWhenWithoutCandidate

        public boolean getOnlyWhenWithoutCandidate()
      • setOnlyWhenWithoutCandidate

        public void setOnlyWhenWithoutCandidate​(boolean onlyWhenWithoutCandidate)
      • getSendTmx

        public boolean getSendTmx()
      • setSendTmx

        public void setSendTmx​(boolean sendTmx)
      • getUseTargetPrefix

        public boolean getUseTargetPrefix()
      • setUseTargetPrefix

        public void setUseTargetPrefix​(boolean useTargetPrefix)
      • getTargetPrefix

        public String getTargetPrefix()
      • setTargetPrefix

        public void setTargetPrefix​(String targetPrefix)