public final class InspectionApplication extends java.lang.Object implements CommandLineInspectionProgressReporter
Modifier and Type | Field and Description |
---|---|
boolean |
myErrorCodeRequired |
java.lang.String |
myOutPath |
java.lang.String |
myOutputFormat |
java.lang.String |
myProjectPath |
boolean |
myRunWithEditorSettings |
java.lang.String |
myStubProfile |
Constructor and Description |
---|
InspectionApplication() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
void |
reportError(java.lang.String message) |
void |
reportMessage(int minVerboseLevel,
java.lang.String message) |
void |
setVerboseLevel(int verboseLevel) |
void |
startup() |
public java.lang.String myProjectPath
public java.lang.String myOutPath
public java.lang.String myStubProfile
public boolean myRunWithEditorSettings
public java.lang.String myOutputFormat
public boolean myErrorCodeRequired
public void startup()
public void execute() throws java.lang.Exception
java.lang.Exception
public void setVerboseLevel(int verboseLevel)
public void reportError(java.lang.String message)
reportError
in interface CommandLineInspectionProgressReporter
public void reportMessage(int minVerboseLevel, java.lang.String message)
reportMessage
in interface CommandLineInspectionProgressReporter