org.netbeans.modules.j2eeserver/4 1.89.0 1

org.netbeans.modules.j2ee.deployment.plugins.spi
Class DeploymentContext

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

Method Summary
 AppChangeDescriptor getChanges()
           
 File getDeploymentPlan()
           
 J2eeModule getModule()
           
 File getModuleFile()
           
 File[] getRequiredLibraries()
          Array of jar files which this EE module depends on and which has to be deployed with the module.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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()

org.netbeans.modules.j2eeserver/4 1.89.0 1

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.