toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.plugins.ide.idea.model
/
Path
Path
API
open
class
Path
(
source
)
Represents a path in a format as used often in ipr and iml files.
Inheritors
FilePath
Members
Constructors
Path
Link copied to clipboard
API
constructor
(
url
:
String
)
constructor
(
url
:
String
,
canonicalUrl
:
String
,
relPath
:
String
)
Properties
canonical
Url
Link copied to clipboard
API
val
canonicalUrl
:
String
rel
Path
Link copied to clipboard
API
val
relPath
:
String
url
Link copied to clipboard
API
val
url
:
String
Functions
equals
Link copied to clipboard
API
open
fun
equals
(
o
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
API
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
API
open
fun
toString
(
)
:
String