FileDocCategorySizeDatePackage
Retryable.javaAPI DocApache Ant 1.701304Wed Dec 13 06:16:18 GMT 2006org.apache.tools.ant.util

Retryable

public interface Retryable
Simple interface for executing a piece of code. Used for writing anonymous inner classes in FTP task for retry-on-IOException behaviour.
see
RetryHandler

Fields Summary
int
RETRY_FOREVER
The value to use to never give up.
Constructors Summary
Methods Summary
public voidexecute()
Called to execute the code.

throws
IOException if there is a problem.