com.intellij.j2ee.j2eeDom
Class J2EEModuleProperties
java.lang.Object
com.intellij.j2ee.j2eeDom.J2EEModuleProperties
- All Implemented Interfaces:
- DeploymentDescriptorOwner<RootDescriptor>, ModuleContainer, TransactionalEditable, BaseComponent, ModuleComponent, JDOMExternalizable
public abstract class J2EEModuleProperties
- extends java.lang.Object
- implements ModuleComponent, DeploymentDescriptorOwner<RootDescriptor>, ModuleContainer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
J2EEModuleProperties
public J2EEModuleProperties()
getInstance
public static J2EEModuleProperties getInstance(Module module)
getModule
public abstract Module getModule()
- Specified by:
getModule in interface DeploymentDescriptorOwner<RootDescriptor>
getPresentableName
public abstract java.lang.String getPresentableName()
getIcon
public abstract javax.swing.Icon getIcon()
addModuleListener
public abstract void addModuleListener(J2EEModuleListener j2EEModuleListener)
removeModuleListener
public abstract void removeModuleListener(J2EEModuleListener j2EEModuleListener)
getContainingIdeaModules
public abstract Module[] getContainingIdeaModules()
getAppServerIntegration
public abstract AppServerIntegration getAppServerIntegration()
getApplicationServer
public abstract ApplicationServer getApplicationServer()
getDeploymentDescriptors
public abstract J2EEDeploymentDescriptor[] getDeploymentDescriptors()
addAppServerIntegrationListener
public abstract void addAppServerIntegrationListener(AppServerIntegrationListener listener)
removeAppServerIntegrationListener
public abstract void removeAppServerIntegrationListener(AppServerIntegrationListener listener)