public interface InspectionToolProvider
In most cases, one will use LocalInspectionEP.LOCAL_INSPECTION
and InspectionEP.GLOBAL_INSPECTION
extension points for
direct registration of local/global inspections.
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<InspectionToolProvider> |
EXTENSION_POINT_NAME |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends LocalInspectionTool> [] |
getInspectionClasses()
Query method for inspection tools provided by a plugin.
|
static final ExtensionPointName<InspectionToolProvider> EXTENSION_POINT_NAME
java.lang.Class<? extends LocalInspectionTool> [] getInspectionClasses()
InspectionProfileEntry