Interface Tool.Resolved

All Superinterfaces:
Callable<FileCollection>, Named, Serializable, Tool
Enclosing interface:
Tool

public static sealed interface Tool.Resolved extends Tool, Callable<FileCollection>

A resolved tool that has a classpath that can be readily used.

This interface extends Callable<FileCollection> so that it can be used directly in methods such as Project.files(Object...) and ConfigurableFileCollection.from(Object...).