Interface JavaTaskInitializable


public interface JavaTaskInitializable
This Java interface provides some new methods invoked before and after the standard execute(..) method of a Java task.

When your customized JavaTask implements this interface:

Note

You cannot extend your Java task with this JavaTaskInitializable interface when it already extends the JavaTaskIterator interface.

See Also: