com.intellij.j2ee.appServerIntegrations
Class AppServerIntegration
java.lang.Object
com.intellij.j2ee.appServerIntegrations.AppServerIntegration
- All Implemented Interfaces:
- FileTemplateGroupDescriptorFactory, ApplicationComponent, BaseComponent
public abstract class AppServerIntegration
- extends java.lang.Object
- implements ApplicationComponent, FileTemplateGroupDescriptorFactory
Application server integration component
Specific app server integrations should implement it
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppServerIntegration
public AppServerIntegration()
getPresentableName
public abstract java.lang.String getPresentableName()
getDeploymentDescriptorDescriptions
public DeploymentDescriptorMetaData[] getDeploymentDescriptorDescriptions()
getCustomPageProvider
public CustomPageProvider getCustomPageProvider()
getBuildProvider
public BuildProvider getBuildProvider()
getDataSourceProvider
public DataSourceProvider getDataSourceProvider()
getApplicationServerHelper
public ApplicationServerHelper getApplicationServerHelper()
getSupportedModuleTypes
public ModuleType[] getSupportedModuleTypes()
getFileTemplatesDescriptor
public FileTemplateGroupDescriptor getFileTemplatesDescriptor()
- Specified by:
getFileTemplatesDescriptor in interface FileTemplateGroupDescriptorFactory