Package org.jboss.windup.util
Interface Task<RETURN_TYPE>
-
- Type Parameters:
RETURN_TYPE-
public interface Task<RETURN_TYPE>A task to be performed.- Author:
- Jesse Sightler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RETURN_TYPEexecute()Perform the task.
-
-
-
Method Detail
-
execute
RETURN_TYPE execute()
Perform the task.- Returns:
- The result, if any. (May be null.)
-
-