|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModuleChangeDescriptor
This interface allows a plugin to find out what about a module or application has changed since the last deployment.
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. |
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. |
Method Detail |
---|
boolean descriptorChanged()
boolean serverDescriptorChanged()
boolean classesChanged()
boolean manifestChanged()
File[] getChangedFiles()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |