public interface InspectionProfileManager
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
INSPECTION_DIR |
Modifier and Type | Method and Description |
---|---|
InspectionProfileImpl |
getCurrentProfile() |
static InspectionProfileManager |
getInstance() |
static InspectionProfileManager |
getInstance(Project project) |
default SeverityRegistrar |
getOwnSeverityRegistrar()
Deprecated.
|
default InspectionProfileImpl |
getProfile(java.lang.String name) |
InspectionProfileImpl |
getProfile(java.lang.String name,
boolean returnRootProfileIfNamedIsAbsent) |
java.util.Collection<InspectionProfileImpl> |
getProfiles() |
default NamedScopesHolder |
getScopesManager() |
SeverityRegistrar |
getSeverityRegistrar() |
void |
setRootProfile(java.lang.String name) |
static final java.lang.String INSPECTION_DIR
java.util.Collection<InspectionProfileImpl> getProfiles()
default NamedScopesHolder getScopesManager()
static InspectionProfileManager getInstance()
static InspectionProfileManager getInstance(Project project)
void setRootProfile(java.lang.String name)
InspectionProfileImpl getCurrentProfile()
InspectionProfileImpl getProfile(java.lang.String name, boolean returnRootProfileIfNamedIsAbsent)
default InspectionProfileImpl getProfile(java.lang.String name)
SeverityRegistrar getSeverityRegistrar()
@Deprecated default SeverityRegistrar getOwnSeverityRegistrar()
getSeverityRegistrar()