public abstract class ProjectStructureProblemsSettings
extends java.lang.Object
Constructor and Description |
---|
ProjectStructureProblemsSettings() |
Modifier and Type | Method and Description |
---|---|
static ProjectStructureProblemsSettings |
getGlobalInstance() |
static ProjectStructureProblemsSettings |
getProjectInstance(Project project) |
abstract boolean |
isIgnored(ProjectStructureProblemDescription description) |
abstract void |
setIgnored(ProjectStructureProblemDescription description,
boolean ignored) |
public static ProjectStructureProblemsSettings getProjectInstance(Project project)
public static ProjectStructureProblemsSettings getGlobalInstance()
public abstract boolean isIgnored(ProjectStructureProblemDescription description)
public abstract void setIgnored(ProjectStructureProblemDescription description, boolean ignored)