Class MZTabProperties


  • public final class MZTabProperties
    extends Object
    This class will load the properties used by the mzTab-M library for message formatting during validation.
    Since:
    29/01/13
    Author:
    qingwei, nilshoffmann
    • Field Detail

      • MZTAB_EXCEPTION_MESSAGE

        public static final String MZTAB_EXCEPTION_MESSAGE
        Constant MZTAB_EXCEPTION_MESSAGE="There exist errors in the metadata sect"{trunked}
        See Also:
        Constant Field Values
      • MZTAB_ERROR_OVERFLOW_EXCEPTION_MESSAGE

        public static final String MZTAB_ERROR_OVERFLOW_EXCEPTION_MESSAGE
        Constant MZTAB_ERROR_OVERFLOW_EXCEPTION_MESSAGE="System error queue overflow! + NEW_LINE"
        See Also:
        Constant Field Values
      • ENCODE

        public static final String ENCODE
        Constant ENCODE="getProperty(mztab.encode)"
      • MAX_ERROR_COUNT

        public static final int MAX_ERROR_COUNT
        Constant MAX_ERROR_COUNT=Integer.parseInt(getProperty("mztab.max_error_count"))
    • Method Detail

      • getProperty

        public static String getProperty​(String key)

        getProperty.

        Parameters:
        key - a String object.
        Returns:
        a String object.