public final class InspectionToolRegistrar extends InspectionToolsSupplier
InspectionToolsSupplier.Listener, InspectionToolsSupplier.SimpleDisposable.ParentmyListeners| Constructor and Description |
|---|
InspectionToolRegistrar() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<InspectionToolWrapper> |
createTools() |
java.util.List<InspectionToolWrapper> |
get()
Deprecated.
use
createTools() instead |
static InspectionToolRegistrar |
getInstance() |
static InspectionToolWrapper |
wrapTool(InspectionProfileEntry profileEntry) |
addListener, disposepublic static InspectionToolWrapper wrapTool(InspectionProfileEntry profileEntry)
public static InspectionToolRegistrar getInstance()
public java.util.List<InspectionToolWrapper> createTools()
createTools in class InspectionToolsSupplier@Deprecated public java.util.List<InspectionToolWrapper> get()
createTools() instead