gradle
8.3-rc-1
Java API
gradle
/
org.gradle.plugins.ide.idea.model
/
FilePath
File
Path
Java API
open
class
FilePath
:
Path
A Path that keeps the reference to the File
Members
Constructors
File
Path
Link copied to clipboard
Java API
constructor
(
file
:
File
,
url
:
String
,
canonicalUrl
:
String
,
relPath
:
String
)
Functions
equals
Link copied to clipboard
Java API
open
fun
equals
(
o
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
Java API
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
Java API
open
fun
toString
(
)
:
String
Properties
canonical
Url
Link copied to clipboard
Java API
val
canonicalUrl
:
String
file
Link copied to clipboard
Java API
val
file
:
File
rel
Path
Link copied to clipboard
Java API
val
relPath
:
String
url
Link copied to clipboard
Java API
val
url
:
String