Path

open class Path(source)

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

Since

1.0

Inheritors

Constructors

Link copied to clipboard
constructor(url: String)
Creates a new Path.
constructor(url: String, canonicalUrl: String, relPath: String)
Creates a new Path.

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