Class Parameters

  • All Implemented Interfaces:
    net.sf.okapi.common.IParameters, net.sf.okapi.common.uidescription.IEditorDescriptionProvider

    public class Parameters
    extends net.sf.okapi.common.StringParameters
    implements net.sf.okapi.common.uidescription.IEditorDescriptionProvider
    • Constructor Detail

      • Parameters

        public Parameters()
    • Method Detail

      • reset

        public void reset()
        Specified by:
        reset in interface net.sf.okapi.common.IParameters
        Overrides:
        reset in class net.sf.okapi.common.StringParameters
      • getCheckSource

        public boolean getCheckSource()
      • setCheckSource

        public void setCheckSource​(boolean checkSource)
      • getEnableFalseFriends

        public boolean getEnableFalseFriends()
      • setEnableFalseFriends

        public void setEnableFalseFriends​(boolean enableFalseFriends)
      • getCheckSpelling

        public boolean getCheckSpelling()
      • setCheckSpelling

        public void setCheckSpelling​(boolean checkSpelling)
      • getCheckGrammar

        public boolean getCheckGrammar()
      • setCheckGrammar

        public void setCheckGrammar​(boolean checkGrammer)
      • getTermCheck

        public boolean getTermCheck()
      • setTermCheck

        public void setTermCheck​(boolean termCheck)
      • getBlacklistCheck

        public boolean getBlacklistCheck()
      • setBlacklistCheck

        public void setBlacklistCheck​(boolean blacklistCheck)
      • getBlacklistCheckPath

        public String getBlacklistCheckPath()
      • setBlacklistCheckPath

        public void setBlacklistCheckPath​(String blacklistPath)
      • getTermCheckPath

        public String getTermCheckPath()
      • setTermCheckPath

        public void setTermCheckPath​(String termPath)
      • getParametersDescription

        public net.sf.okapi.common.ParametersDescription getParametersDescription()
        Specified by:
        getParametersDescription in interface net.sf.okapi.common.IParameters
        Overrides:
        getParametersDescription in class net.sf.okapi.common.BaseParameters
      • createEditorDescription

        public net.sf.okapi.common.uidescription.EditorDescription createEditorDescription​(net.sf.okapi.common.ParametersDescription paramDesc)
        Specified by:
        createEditorDescription in interface net.sf.okapi.common.uidescription.IEditorDescriptionProvider