public class CloudModuleBuilder extends JavaModuleBuilder
ModuleBuilder.ModuleConfigurationUpdaterBUILD_SYSTEM_WEIGHT, JAVA_MOBILE_WEIGHT, JAVA_WEIGHTEP_NAME, myJdk| Constructor and Description |
|---|
CloudModuleBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ModuleWizardStep[] |
createWizardSteps(WizardContext wizardContext,
ModulesProvider modulesProvider) |
RemoteServer<?> |
getAccount() |
CloudApplicationConfiguration |
getApplicationConfiguration() |
java.lang.String |
getBuilderId() |
CloudModuleBuilderContribution |
getContribution(ServerType<?> cloudType) |
ModuleWizardStep |
getCustomOptionsStep(WizardContext context,
Disposable parentDisposable)
Custom UI to be shown on the first wizard page
|
java.lang.String |
getDescription() |
FrameworkSupportModelBase |
getFrameworkSupportModel() |
java.lang.String |
getGroupName() |
javax.swing.Icon |
getNodeIcon() |
java.lang.String |
getParentGroup() |
java.lang.String |
getPresentableName() |
int |
getWeight() |
protected boolean |
isAvailable() |
void |
setAccount(RemoteServer<?> account) |
void |
setApplicationConfiguration(CloudApplicationConfiguration applicationConfiguration) |
addModuleLibrary, addSourcePath, commit, getModuleType, getPathForOutputPathStep, getSourcePaths, isSuitableSdkType, modifySettingsStep, setCompilerOutputPath, setSourcePaths, setupRootModelacceptParameter, addListener, addModuleConfigurationUpdater, canCreateModule, commitModule, createAndCommitIfNeeded, createModule, deleteModuleFile, doAddContentEntry, getAdditionalFields, getAllBuilders, getContentEntryPath, getDefaultAcceptableRole, getIgnoredSteps, getModuleFileDirectory, getModuleFilePath, getModuleJdk, getModuleTypeName, getName, getProjectType, isTemplate, isTemplateBased, modifyProjectTypeStep, modifyStep, removeListener, setContentEntryPath, setModuleFilePath, setModuleJdk, setName, setProjectType, setupModule, updateFromcreateFinishingSteps, equals, validateModuleNamecleanup, commit, createProject, isOpenProjectSettingsAfter, isSuitableSdk, isUpdate, validateclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContentEntryPath, setContentEntryPathpublic java.lang.String getBuilderId()
getBuilderId in class ModuleBuilderpublic javax.swing.Icon getNodeIcon()
getNodeIcon in class ModuleBuilderpublic java.lang.String getDescription()
getDescription in class ModuleBuilderpublic java.lang.String getPresentableName()
getPresentableName in class ModuleBuilderpublic java.lang.String getGroupName()
getGroupName in class ModuleBuilderpublic java.lang.String getParentGroup()
getParentGroup in class ModuleBuilderpublic int getWeight()
getWeight in class JavaModuleBuilderpublic ModuleWizardStep[] createWizardSteps(WizardContext wizardContext, ModulesProvider modulesProvider)
createWizardSteps in class ModuleBuilderpublic ModuleWizardStep getCustomOptionsStep(WizardContext context, Disposable parentDisposable)
AbstractModuleBuildergetCustomOptionsStep in class AbstractModuleBuilderpublic void setAccount(RemoteServer<?> account)
public RemoteServer<?> getAccount()
public void setApplicationConfiguration(CloudApplicationConfiguration applicationConfiguration)
public CloudApplicationConfiguration getApplicationConfiguration()
public CloudModuleBuilderContribution getContribution(ServerType<?> cloudType)
public FrameworkSupportModelBase getFrameworkSupportModel()
protected boolean isAvailable()
isAvailable in class ModuleBuilder