com.intellij.codeInspection
Interface InspectionToolProvider


public interface InspectionToolProvider

Plugin's ApplicationComponent that implements this interface will be automatically queried for inspection tool classes.


Method Summary
 java.lang.Class[] getInspectionClasses()
          Query method for inspection tools provided by a plugin.
 

Method Detail

getInspectionClasses

java.lang.Class[] getInspectionClasses()
Query method for inspection tools provided by a plugin.

Returns:
classes that extend LocalInspectionTool