Package com.adobe.epubcheck.util
Class ReportingLevel
- java.lang.Object
-
- com.adobe.epubcheck.util.ReportingLevel
-
public class ReportingLevel extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ReportingLevel()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetReportingLevel(Severity severity)
-
-
-
Field Detail
-
Fatal
public static final int Fatal
- See Also:
- Constant Field Values
-
Error
public static final int Error
- See Also:
- Constant Field Values
-
Warning
public static final int Warning
- See Also:
- Constant Field Values
-
Info
public static final int Info
- See Also:
- Constant Field Values
-
Usage
public static final int Usage
- See Also:
- Constant Field Values
-
Suppressed
public static final int Suppressed
- See Also:
- Constant Field Values
-
-
Method Detail
-
getReportingLevel
public static int getReportingLevel(Severity severity)
-
-