public class InspectionMain extends java.lang.Object implements ApplicationStarter
ANY_MODALITY, EP_NAME, NON_MODAL, NOT_IN_EDT
Constructor and Description |
---|
InspectionMain() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommandName()
Command-line switch to start with this runner.
|
void |
main(java.lang.String [] args) |
void |
premain(java.util.List<java.lang.String> args)
Called before application initialization.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
allowAnyModalityState, canProcessExternalCommandLine, getRequiredModality, isHeadless, main, premain, processExternalCommandLineAsync
public java.lang.String getCommandName()
ApplicationStarter
"inspect"
if you'd like to start an app with "idea.exe inspect ..."
command).getCommandName
in interface ApplicationStarter
public void premain(java.util.List<java.lang.String> args)
ApplicationStarter
premain
in interface ApplicationStarter
args
- program arguments (including the selector)public void main(java.lang.String [] args)
main
in interface ApplicationStarter