|
org.netbeans.modules.j2eeserver/4 1.89.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.modules.j2ee.deployment.plugins.api.DeploymentChangeDescriptor
public final class DeploymentChangeDescriptor
This class allows the plugin to ask for changes which happened
in the application. This is compatible replacement for AppChangeDescriptor.
| Method Summary | |
|---|---|
boolean |
classesChanged()
Return true if any file changes require the module class loader refresh. |
boolean |
descriptorChanged()
Return true if any of the standard or server specific deployment descriptors have changed. |
boolean |
ejbsChanged()
|
String[] |
getChangedEjbs()
|
File[] |
getChangedFiles()
Returns distribution relative paths of changed files. |
boolean |
manifestChanged()
Return true if the manifest.mf of the module has changed. |
boolean |
serverDescriptorChanged()
Return true if any of the standard or server specific deployment descriptors have changed. |
boolean |
serverResourcesChanged()
Returns true if the resources intended to be delivered to
server (such as connection pools) were changed. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String[] getChangedEjbs()
getChangedEjbs in interface EjbChangeDescriptorpublic boolean ejbsChanged()
ejbsChanged in interface EjbChangeDescriptorpublic boolean serverDescriptorChanged()
serverDescriptorChanged in interface ModuleChangeDescriptorpublic boolean manifestChanged()
manifestChanged in interface ModuleChangeDescriptorpublic File[] getChangedFiles()
Returns all changed files (locations where they are deployed).
getChangedFiles in interface ModuleChangeDescriptorpublic boolean descriptorChanged()
descriptorChanged in interface ModuleChangeDescriptorpublic boolean classesChanged()
classesChanged in interface ModuleChangeDescriptorpublic boolean serverResourcesChanged()
true if the resources intended to be delivered to
server (such as connection pools) were changed.
true if server side reources were changedpublic String toString()
toString in class Object
|
org.netbeans.modules.j2eeserver/4 1.89.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||