toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.plugins.ide.idea.model
/
FilePath
File
Path
API
open
class
FilePath
:
Path
(
source
)
A Path that keeps the reference to the File
Members
Constructors
File
Path
Link copied to clipboard
API
constructor
(
file
:
File
,
url
:
String
,
canonicalUrl
:
String
,
relPath
:
String
)
Properties
canonical
Url
Link copied to clipboard
API
val
canonicalUrl
:
String
file
Link copied to clipboard
API
val
file
:
File
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