public class JavaCommandLineInspectionProjectConfigurator extends java.lang.Object implements CommandLineInspectionProjectConfigurator
EP_NAME
Constructor and Description |
---|
JavaCommandLineInspectionProjectConfigurator() |
Modifier and Type | Method and Description |
---|---|
void |
configureEnvironment(java.nio.file.Path projectPath,
CommandLineInspectionProgressReporter logger)
Invoked before a project is imported.
|
boolean |
isApplicable(java.nio.file.Path projectPath,
CommandLineInspectionProgressReporter logger)
Returns true if any additional configuration is required to inspect the project at the given path.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
configureProject
public JavaCommandLineInspectionProjectConfigurator()
public boolean isApplicable(java.nio.file.Path projectPath, CommandLineInspectionProgressReporter logger)
CommandLineInspectionProjectConfigurator
isApplicable
in interface CommandLineInspectionProjectConfigurator
public void configureEnvironment(java.nio.file.Path projectPath, CommandLineInspectionProgressReporter logger)
CommandLineInspectionProjectConfigurator
configureEnvironment
in interface CommandLineInspectionProjectConfigurator