public class InspectionProfileConvertor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LEVEL_ATT |
static java.lang.String |
OLD_DEFAUL_PROFILE |
static java.lang.String |
OLD_HIGHTLIGHTING_SETTINGS_PROFILE |
protected static java.lang.String |
VALUE_ATT |
Constructor and Description |
---|
InspectionProfileConvertor(InspectionProfileManager manager) |
Modifier and Type | Method and Description |
---|---|
protected void |
fillErrorLevels(InspectionProfileImpl profile) |
protected boolean |
processElement(Element option,
java.lang.String name) |
void |
storeEditorHighlightingProfile(Element element,
InspectionProfileImpl editorProfile) |
public static final java.lang.String OLD_HIGHTLIGHTING_SETTINGS_PROFILE
public static final java.lang.String OLD_DEFAUL_PROFILE
protected static final java.lang.String VALUE_ATT
public static final java.lang.String LEVEL_ATT
public InspectionProfileConvertor(InspectionProfileManager manager)
protected boolean processElement(Element option, java.lang.String name)
public void storeEditorHighlightingProfile(Element element, InspectionProfileImpl editorProfile)
protected void fillErrorLevels(InspectionProfileImpl profile)