com.intellij.j2ee.appServerIntegrations
Class AppServerIntegration

java.lang.Object
  extended by 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


Constructor Summary
AppServerIntegration()
           
 
Method Summary
 ApplicationServerHelper getApplicationServerHelper()
           
 BuildProvider getBuildProvider()
           
 CustomPageProvider getCustomPageProvider()
           
 DataSourceProvider getDataSourceProvider()
           
 DeploymentDescriptorMetaData[] getDeploymentDescriptorDescriptions()
           
 FileTemplateGroupDescriptor getFileTemplatesDescriptor()
           
abstract  java.lang.String getPresentableName()
           
 ModuleType[] getSupportedModuleTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.intellij.openapi.components.BaseComponent
disposeComponent, getComponentName, initComponent
 

Constructor Detail

AppServerIntegration

public AppServerIntegration()
Method Detail

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