org.apache.tools.ant.utilInterface Retryable
public interface RetryableSimple 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
Fields Modifier and Type Field and Description static intRETRY_FOREVERThe value to use to never give up.
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidexecute()Called to execute the code.
Field Detail
RETRY_FOREVER
static final int RETRY_FOREVERThe value to use to never give up.
- See Also:
- Constant Field Values