toggle menu
detekt
1.23.2
jvm
switch theme
search in API
detekt-psi-utils
/
io.github.detekt.psi
/
FilePath
File
Path
class
FilePath
(
val
absolutePath
:
Path
,
val
basePath
:
Path
?
=
null
,
val
relativePath
:
Path
?
=
null
)
Represents both absolute path and relative path if available.
Members
Constructors
File
Path
Link copied to clipboard
constructor
(
absolutePath
:
Path
,
basePath
:
Path
?
=
null
,
relativePath
:
Path
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
absolute
Path
Link copied to clipboard
val
absolutePath
:
Path
base
Path
Link copied to clipboard
val
basePath
:
Path
?
=
null
relative
Path
Link copied to clipboard
val
relativePath
:
Path
?
=
null