org.netbeans.modules.j2ee.deployment.devmodules.api
Interface ModuleChangeReporter


public interface ModuleChangeReporter

This interface allows a development module to express what about a module or application has changed since the last deployment. This information can be passed to the plugin via the ModuleChangeDescriptor interface. An implementation of this interface should be provided in the build target lookup adjacent to the J2eeModule implementation.


Method Summary
 EjbChangeDescriptor getEjbChanges(long timestamp)
           
 boolean isManifestChanged(long timestamp)
           
 

Method Detail

getEjbChanges

EjbChangeDescriptor getEjbChanges(long timestamp)

isManifestChanged

boolean isManifestChanged(long timestamp)

 

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