org.apache.ace.deployment.task
Class DeploymentCheckTask
java.lang.Object
org.apache.ace.deployment.task.DeploymentTaskBase
org.apache.ace.deployment.task.DeploymentCheckTask
- All Implemented Interfaces:
- Runnable
public class DeploymentCheckTask
- extends DeploymentTaskBase
- implements Runnable
Task that checks for a new version and sends out an event if there is a new version. It does not actually
download or install it.
Method Summary |
void |
run()
When run a check is made if a higher version is available on the remote. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentCheckTask
public DeploymentCheckTask()
run
public void run()
- When run a check is made if a higher version is available on the remote. If so, send out an event.
- Specified by:
run
in interface Runnable
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.