public class JavadocGeneratorRunProfile extends java.lang.Object implements ModuleRunProfile
| Constructor and Description |
|---|
JavadocGeneratorRunProfile(Project project,
AnalysisScope generationScope,
JavadocConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.Icon |
getIcon()
Returns the icon for the run configuration.
|
java.lang.String |
getName()
Returns the name of the run configuration.
|
static Sdk |
getSdk(Project project) |
RunProfileState |
getState(Executor executor,
ExecutionEnvironment env)
Prepares for executing a specific instance of the run configuration.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSearchScopegetModules, isBuildBeforeLaunchAddedByDefault, isBuildProjectOnEmptyModuleList, isExcludeCompileBeforeLaunchOptionpublic JavadocGeneratorRunProfile(Project project, AnalysisScope generationScope, JavadocConfiguration configuration)
public RunProfileState getState(Executor executor, ExecutionEnvironment env)
RunProfilegetState in interface RunProfileexecutor - the execution mode selected by the user (run, debug, profile etc.)env - the environment object containing additional settings for executing the configuration.public java.lang.String getName()
RunProfilegetName in interface RunProfilepublic javax.swing.Icon getIcon()
RunProfilegetIcon in interface RunProfile