| org.apache.tools.ant.util.Retryable
Retryable | public interface Retryable (Code) | | Simple interface for executing a piece of code. Used for writing anonymous inner
classes in FTP task for retry-on-IOException behaviour.
See Also: RetryHandler |
Field Summary | |
int | RETRY_FOREVER The value to use to never give up. |
Method Summary | |
void | execute() Called to execute the code. |
RETRY_FOREVER | int RETRY_FOREVER(Code) | | The value to use to never give up.
|
|
|