Package uk.ac.ebi.pride.jmztab2.utils
Class MZTabProperties
- java.lang.Object
-
- uk.ac.ebi.pride.jmztab2.utils.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 Summary
Fields Modifier and Type Field Description static String
ENCODE
ConstantENCODE="getProperty(mztab.encode)"
static MZTabErrorType.Level
LEVEL
ConstantLEVEL
static int
MAX_ERROR_COUNT
ConstantMAX_ERROR_COUNT=Integer.parseInt(getProperty("mztab.max_error_count"))
static String
MZTAB_ERROR_OVERFLOW_EXCEPTION_MESSAGE
ConstantMZTAB_ERROR_OVERFLOW_EXCEPTION_MESSAGE="System error queue overflow!
static String
MZTAB_EXCEPTION_MESSAGE
ConstantMZTAB_EXCEPTION_MESSAGE="There exist errors in the metadata sect"{trunked}
-
-
-
Field Detail
-
MZTAB_EXCEPTION_MESSAGE
public static final String MZTAB_EXCEPTION_MESSAGE
ConstantMZTAB_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
ConstantMZTAB_ERROR_OVERFLOW_EXCEPTION_MESSAGE="System error queue overflow! + NEW_LINE"
- See Also:
- Constant Field Values
-
MAX_ERROR_COUNT
public static final int MAX_ERROR_COUNT
ConstantMAX_ERROR_COUNT=Integer.parseInt(getProperty("mztab.max_error_count"))
-
LEVEL
public static final MZTabErrorType.Level LEVEL
ConstantLEVEL
-
-
Method Detail
-
getProperty
public static String getProperty(String key)
getProperty.
-
-