api / org.gradle.plugins.ide.idea.model / FilePath

FilePath

open class FilePath : Path

A Path that keeps the reference to the File

Constructors

<init>

FilePath(file: File, url: String, canonicalUrl: String, relPath: String)

Functions

getFile

open fun getFile(): File

Inherited Functions

equals

open fun equals(other: Any?): Boolean

getCanonicalUrl

open fun getCanonicalUrl(): String

Canonical url.

getRelPath

open fun getRelPath(): String

The relative path of the path. Must not be null.

getUrl

open fun getUrl(): String

The url of the path. Must not be null.

hashCode

open fun hashCode(): Int

toString

open fun toString(): String