public interface Validator extends FileProcessingCompiler
InspectionValidator
extension point to allow users run the inspection
after a build finishes.
The implementation of this class should be registered in plugin.xml:
<extensions defaultExtensionNs="com.intellij"> <compiler implementation="qualified-class-name"/> </extensions>
FileProcessingCompiler.ProcessingItem
getProcessingItems, process
getDescription, validateConfiguration
createValidityState