public interface ProjectStructureProblemsHolder
Modifier and Type | Method and Description |
---|---|
void |
registerProblem(ProjectStructureProblemDescription description) |
void |
registerProblem(java.lang.String message,
java.lang.String description,
ProjectStructureProblemType problemType,
PlaceInProjectStructure place,
ConfigurationErrorQuickFix fix) |
void registerProblem(java.lang.String message, java.lang.String description, ProjectStructureProblemType problemType, PlaceInProjectStructure place, ConfigurationErrorQuickFix fix)
void registerProblem(ProjectStructureProblemDescription description)