Path

open class Path(source)

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

Inheritors

Constructors

Link copied to clipboard
constructor(url: String)
constructor(url: String, canonicalUrl: String, relPath: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: String

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String