org.jcoderz.phoenix.report
Class SystemFindingType
java.lang.Object
org.jcoderz.phoenix.report.FindingType
org.jcoderz.phoenix.report.SystemFindingType
public final class SystemFindingType
- extends FindingType
Enumeration type for system internal findings.
- Author:
- Andreas Mandel
SYS_PARSE_ERROR
public static final SystemFindingType SYS_PARSE_ERROR
- Problem in merge.
SYS_ERROR
public static final SystemFindingType SYS_ERROR
- Problem in merge.
getSeverity
public Severity getSeverity()
- Returns:
- the severity assigned to findings of this type by default.
initialize
public static void initialize()
- Init of the system finding type.
Copyright 2007 The jCoderZ Project.