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, wait
getSearchScope
getModules, isBuildBeforeLaunchAddedByDefault, isBuildProjectOnEmptyModuleList, isExcludeCompileBeforeLaunchOption
public JavadocGeneratorRunProfile(Project project, AnalysisScope generationScope, JavadocConfiguration configuration)
public RunProfileState getState(Executor executor, ExecutionEnvironment env)
RunProfile
getState
in interface RunProfile
executor
- 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()
RunProfile
getName
in interface RunProfile
public javax.swing.Icon getIcon()
RunProfile
getIcon
in interface RunProfile