Groovy Documentation

org.gradle.api.internal.artifacts
Interface FileResolver


interface FileResolver

Method Summary
File resolve(java.lang.Object path)

File resolve(java.lang.Object path, PathValidation validation)

 

Method Detail

resolve

public File resolve(java.lang.Object path)


resolve

public File resolve(java.lang.Object path, PathValidation validation)


 

Groovy Documentation