public final class DeploymentChangeDescriptor extends Object implements AppChangeDescriptor
AppChangeDescriptor.| Modifier and Type | Method and Description |
|---|---|
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() |
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 changedBuilt on May 22 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.