Class TaskAdapter

java.lang.Object
All Implemented Interfaces:
Cloneable, TypeAdapter

public class TaskAdapter extends Task implements TypeAdapter
Uses introspection to "adapt" an arbitrary Bean which doesn't itself extend Task, but still contains an execute method and optionally a setProject method.