org.netbeans.modules.j2eeserver/4 1.89.0 1

org.netbeans.modules.j2ee.deployment.devmodules.spi
Interface ResourceChangeReporterImplementation


public interface ResourceChangeReporterImplementation

SPI interface for indication of changes in resources intended to be deployed to server.

Since:
1.63

Method Summary
 boolean isServerResourceChanged(long lastDeploy)
          Returns true if resource was changed.
 

Method Detail

isServerResourceChanged

boolean isServerResourceChanged(long lastDeploy)
Returns true if resource was changed.

Parameters:
lastDeploy - timestamp of the last deploy
Returns:
true if resource was changed.

org.netbeans.modules.j2eeserver/4 1.89.0 1

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.