Package org.apache.tools.ant.util
Interface 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 Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intThe value to use to never give up.
- 
Method Summary
- 
Field Details- 
RETRY_FOREVERstatic final int RETRY_FOREVERThe value to use to never give up.- See Also:
 
 
- 
- 
Method Details- 
executeCalled to execute the code.- Throws:
- IOException- if there is a problem.
 
 
-