com.intellij.j2ee.make
Class J2EEBuildParticipantBase

java.lang.Object
  extended by com.intellij.j2ee.make.J2EEBuildParticipantBase
All Implemented Interfaces:
J2EEBuildParticipant

public abstract class J2EEBuildParticipantBase
extends java.lang.Object
implements J2EEBuildParticipant


Field Summary
protected  Module myModule
           
 
Constructor Summary
protected J2EEBuildParticipantBase(Module module)
           
 
Method Summary
protected  J2EEDeploymentItem[] getDeploymentDescriptors()
           
 Module getModule()
           
 void registerBuildInstructions(BuildRecipe instructions, CompileContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.intellij.j2ee.make.J2EEBuildParticipant
afterExplodedCreated, afterJarCreated, buildFinished
 

Field Detail

myModule

protected final Module myModule
Constructor Detail

J2EEBuildParticipantBase

protected J2EEBuildParticipantBase(Module module)
Method Detail

getModule

public Module getModule()

registerBuildInstructions

public void registerBuildInstructions(BuildRecipe instructions,
                                      CompileContext context)
Specified by:
registerBuildInstructions in interface J2EEBuildParticipant

getDeploymentDescriptors

protected J2EEDeploymentItem[] getDeploymentDescriptors()