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

Path

open class Path

Represents a path in a format as used often in ipr and iml files.

Constructors

<init>

Path(url: String)
Path(url: String, canonicalUrl: String, relPath: String)

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

Inheritors

FilePath

open class FilePath : Path

A Path that keeps the reference to the File