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 SummaryFields Modifier and Type Field Description static StringENCODEConstantENCODE="getProperty(mztab.encode)"static MZTabErrorType.LevelLEVELConstantLEVELstatic intMAX_ERROR_COUNTConstantMAX_ERROR_COUNT=Integer.parseInt(getProperty("mztab.max_error_count"))static StringMZTAB_ERROR_OVERFLOW_EXCEPTION_MESSAGEConstantMZTAB_ERROR_OVERFLOW_EXCEPTION_MESSAGE="System error queue overflow!static StringMZTAB_EXCEPTION_MESSAGEConstantMZTAB_EXCEPTION_MESSAGE="There exist errors in the metadata sect"{trunked}
 
- 
- 
- 
Field Detail- 
MZTAB_EXCEPTION_MESSAGEpublic 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_MESSAGEpublic 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_COUNTpublic static final int MAX_ERROR_COUNT ConstantMAX_ERROR_COUNT=Integer.parseInt(getProperty("mztab.max_error_count"))
 - 
LEVELpublic static final MZTabErrorType.Level LEVEL ConstantLEVEL
 
- 
 - 
Method Detail- 
getPropertypublic static String getProperty(String key) getProperty. 
 
- 
 
-