public abstract class WebModuleTypeBase<T extends ModuleBuilder> extends ModuleType<T> implements ModuleTypeWithWebFeatures
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
WEB_MODULE |
EMPTY
Constructor and Description |
---|
WebModuleTypeBase() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static WebModuleTypeBase<?> |
getInstance() |
java.lang.String |
getName() |
javax.swing.Icon |
getNodeIcon(boolean isOpened) |
boolean |
hasWebFeatures(Module module) |
static boolean |
isWebModule(Module module)
|
createModuleBuilder, createWizardSteps, equals, get, getDefaultAcceptableRole, getIcon, getId, hashCode, is, isInternal, isMarkInnerSupportedFor, isSupportedRootType, isValidSdk, modifyProjectTypeStep, modifySettingsStep, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
isAvailable
public static final java.lang.String WEB_MODULE
public static WebModuleTypeBase<?> getInstance()
public java.lang.String getName()
getName
in class ModuleType<T extends ModuleBuilder>
public java.lang.String getDescription()
getDescription
in class ModuleType<T extends ModuleBuilder>
public javax.swing.Icon getNodeIcon(boolean isOpened)
getNodeIcon
in class ModuleType<T extends ModuleBuilder>
@Deprecated public static boolean isWebModule(Module module)
public boolean hasWebFeatures(Module module)
hasWebFeatures
in interface ModuleTypeWithWebFeatures