org.netbeans.modules.j2ee.deployment.devmodules.api
Class ResourceChangeReporter
java.lang.Object
org.netbeans.modules.j2ee.deployment.devmodules.api.ResourceChangeReporter
public final class ResourceChangeReporter
- extends Object
API class for indication of changes in resources intended to be deployed
to server.
- Since:
- 1.63
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isServerResourceChanged
public boolean isServerResourceChanged(long lastDeploy)
- Returns
true if resource was changed.
- Parameters:
lastDeploy - timestamp of the last deploy
- Returns:
true if resource was changed.