Top Description Fields Methods
org.apache.tools.ant.util

public Interface Retryable

Imports
java.io.IOException

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

Modifier and TypeField and Description
public static final int
RETRY_FOREVER

The value to use to never give up.

Method Summary

Modifier and TypeMethod and Description
public void
execute()

Called to execute the code.

Field Detail

RETRY_FOREVERback to summary
public static final int RETRY_FOREVER

The value to use to never give up.

Method Detail

executeback to summary
public void execute() throws IOException

Called to execute the code.

Exceptions
IOException:
if there is a problem.