Class RetryHandler

java.lang.Object
org.apache.tools.ant.util.RetryHandler

public class RetryHandler extends Object
A simple utility class to take a piece of code (that implements Retryable interface) and executes that with possibility to retry the execution in case of IOException.