@NotNull public String getNewProjectFilePath() { if (myWizardContext.getProjectStorageFormat() == StorageScheme.DEFAULT) { return myWizardContext.getProjectFileDirectory() + File.separator + myWizardContext.getProjectName() + ProjectFileType.DOT_DEFAULT_EXTENSION; } else { return myWizardContext.getProjectFileDirectory(); } }
@NotNull public StorageScheme getStorageScheme() { return myWizardContext.getProjectStorageFormat(); }