Class Parameters

    • Constructor Detail

      • Parameters

        public Parameters()
    • Method Detail

      • getPartsNames

        public String getPartsNames()
      • getPartsNamesAsList

        public String[] getPartsNamesAsList()
      • setPartsNames

        public void setPartsNames​(String partsNames)
      • getPartsConfigurations

        public String getPartsConfigurations()
      • getPartsConfigurationsAsList

        public String[] getPartsConfigurationsAsList()
      • setPartsConfigurations

        public void setPartsConfigurations​(String partsConfigurations)
      • getSourceId

        public String getSourceId()
      • setSourceId

        public void setSourceId​(String sourceId)
      • getLocaleId

        public String getLocaleId()
      • setLocaleId

        public void setLocaleId​(String localeId)
      • getMonolingual

        public boolean getMonolingual()
      • setMonolingual

        public void setMonolingual​(boolean monolingual)
      • getUseCDATA

        public boolean getUseCDATA()
      • setUseCDATA

        public void setUseCDATA​(boolean useCDATA)
      • checkData

        public boolean checkData()
      • 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
      • toString

        public String toString()
        Description copied from class: StringParameters
        Serialize this parameters object to a string.

        Subclasses should not normally need to override this method unless they are maintaining complex values (eg, InlineCodeFinder) that require extra serialization as part of their parameter state.

        Specified by:
        toString in interface IParameters
        Overrides:
        toString in class StringParameters
        Returns:
        the string holding all the parameters.