org.netbeans.modules.j2ee.deployment.plugins.spi
Class DeploymentContext
java.lang.Object
org.netbeans.modules.j2ee.deployment.plugins.spi.DeploymentContext
public final class DeploymentContext
- extends Object
Context describing everything necessary for a module deployment.
- Since:
- org.netbeans.modules.j2eeserver/4 1.70
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getModule
public J2eeModule getModule()
getDeploymentPlan
public File getDeploymentPlan()
getModuleFile
public File getModuleFile()
getRequiredLibraries
public File[] getRequiredLibraries()
- Array of jar files which this EE module depends on and which has to be
deployed with the module.
- Returns:
- array of files; never null; array can be empty
getChanges
public AppChangeDescriptor getChanges()