public final class InspectionToolRegistrar extends InspectionToolsSupplier
InspectionToolsSupplier.Listener, InspectionToolsSupplier.Simple
Disposable.Parent
myListeners
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, dispose
public 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