org.netbeans.modules.j2ee.deployment.plugins.api
Interface AppChangeDescriptor

All Superinterfaces:
EjbChangeDescriptor, ModuleChangeDescriptor

public interface AppChangeDescriptor
extends EjbChangeDescriptor, ModuleChangeDescriptor

This interface allows a plugin to receive information about what in a module or application has changed since the last deployment. The change description is cumulative of change description of each child module.


Method Summary
 
Methods inherited from interface org.netbeans.modules.j2ee.deployment.common.api.EjbChangeDescriptor
ejbsChanged, getChangedEjbs
 
Methods inherited from interface org.netbeans.modules.j2ee.deployment.plugins.api.ModuleChangeDescriptor
classesChanged, descriptorChanged, getChangedFiles, manifestChanged, serverDescriptorChanged
 


 

Built on March 27 2006.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.