|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intellij.j2ee.make.ModuleBuildDescriptor
com.intellij.j2ee.make.J2EEModuleBuildDescriptor
public class J2EEModuleBuildDescriptor
| Constructor Summary | |
|---|---|
J2EEModuleBuildDescriptor(Module module)
|
|
| Method Summary | |
|---|---|
void |
disposeComponent()
Component should dispose system resources or perform another cleanup in this method. |
BuildProvider |
getBuildProvider()
|
java.lang.String |
getComponentName()
Unique name of this component. |
void |
initComponent()
Component should do initialization and communication with another components in this method. |
void |
moduleAdded()
Invoked when the module corresponding to this component instance has been completely loaded and added to the project. |
void |
projectClosed()
Invoked when the project corresponding to this component instance is closed. |
void |
projectOpened()
Invoked when the project corresponding to this component instance is opened. |
| Methods inherited from class com.intellij.j2ee.make.ModuleBuildDescriptor |
|---|
getInstance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public J2EEModuleBuildDescriptor(Module module)
| Method Detail |
|---|
public BuildProvider getBuildProvider()
getBuildProvider in class ModuleBuildDescriptorpublic void projectOpened()
ModuleComponentNote that components may be created for even unopened projects and this method can be never invoked for a particular component instance (for example for default project).
projectOpened in interface ModuleComponentpublic void projectClosed()
ModuleComponentNote that components may be created for even unopened projects and this method can be never invoked for a particular component instance (for example for default project).
projectClosed in interface ModuleComponentpublic void moduleAdded()
ModuleComponent
moduleAdded in interface ModuleComponentpublic void initComponent()
BaseComponent
initComponent in interface BaseComponentpublic void disposeComponent()
BaseComponent
disposeComponent in interface BaseComponentpublic java.lang.String getComponentName()
BaseComponent
getComponentName in interface BaseComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||