Class Parameters

    • Constructor Detail

      • Parameters

        public Parameters()
    • Method Detail

      • isGenerateTMX

        public boolean isGenerateTMX()
      • setGenerateTMX

        public void setGenerateTMX​(boolean generateTMX)
      • getTmxPath

        public String getTmxPath()
      • setTmxPath

        public void setTmxPath​(String tmxPath)
      • isGenerateHTML

        public boolean isGenerateHTML()
      • setGenerateHTML

        public void setGenerateHTML​(boolean generateHTML)
      • getGenericCodes

        public boolean getGenericCodes()
      • setGenericCodes

        public void setGenericCodes​(boolean genericCodes)
      • isAutoOpen

        public boolean isAutoOpen()
      • setAutoOpen

        public void setAutoOpen​(boolean autoOpen)
      • isCaseSensitive

        public boolean isCaseSensitive()
      • setCaseSensitive

        public void setCaseSensitive​(boolean caseSensitive)
      • isWhitespaceSensitive

        public boolean isWhitespaceSensitive()
      • setWhitespaceSensitive

        public void setWhitespaceSensitive​(boolean whitespaceSensitive)
      • isPunctuationSensitive

        public boolean isPunctuationSensitive()
      • setPunctuationSensitive

        public void setPunctuationSensitive​(boolean punctuationSensitive)
      • getTarget2Suffix

        public String getTarget2Suffix()
      • setTarget2Suffix

        public void setTarget2Suffix​(String target2Suffix)
      • getTarget3Suffix

        public String getTarget3Suffix()
      • setTarget3Suffix

        public void setTarget3Suffix​(String target3Suffix)
      • getDocument1Label

        public String getDocument1Label()
      • setDocument1Label

        public void setDocument1Label​(String document1Label)
      • getDocument2Label

        public String getDocument2Label()
      • setDocument2Label

        public void setDocument2Label​(String document2Label)
      • getDocument3Label

        public String getDocument3Label()
      • setDocument3Label

        public void setDocument3Label​(String document3Label)
      • getUseAltTrans

        public boolean getUseAltTrans()
      • setUseAltTrans

        public void setUseAltTrans​(boolean useAltTrans)
      • getAltTransOrigin

        public String getAltTransOrigin()
      • setAltTransOrigin

        public void setAltTransOrigin​(String altTransOrigin)
      • getUseDataLog

        public boolean getUseDataLog()
      • setUseDataLog

        public void setUseDataLog​(boolean useDataLog)
      • getDataLogPath

        public String getDataLogPath()
      • setDataLogPath

        public void setDataLogPath​(String dataLogPath)
      • 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