Interface FileSystemLocation

All Known Subinterfaces:
Directory, RegularFile

public interface FileSystemLocation
Represents some immutable location on the file system.

Note: This interface is not intended for implementation by build script or plugin authors.

Since:
4.2
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Returns this location as an absolute File.
  • Method Details Link icon

    • getAsFile Link icon

      File getAsFile()
      Returns this location as an absolute File.
      Returns:
      the File