JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.gradle.tooling.events.test.source
FilesystemSource
Contents
Description
Method Summary
Method Details
getFile()
Hide sidebar
Show sidebar
Interface FilesystemSource
All Superinterfaces:
TestSource
All Known Subinterfaces:
DirectorySource
,
FileSource
@Incubating
public interface
FilesystemSource
extends
TestSource
Filesystem-based test source.
Since:
9.4.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
File
getFile
()
Get the source file or directory.
Method Details
getFile
File
getFile
()
Get the source file or directory.
Since:
9.4.0