toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.plugins.ide.idea.model
/
PathFactory
Path
Factory
API
open
class
PathFactory
(
source
)
Path Factory.
Members
Constructors
Path
Factory
Link copied to clipboard
API
constructor
(
)
Functions
add
Path
Variable
Link copied to clipboard
API
open
fun
addPathVariable
(
name
:
String
,
dir
:
File
)
:
PathFactory
path
Link copied to clipboard
API
open
fun
path
(
file
:
File
)
:
FilePath
open
fun
path
(
file
:
File
,
useFileScheme
:
Boolean
)
:
FilePath
Creates a path for the given file.
open
fun
path
(
url
:
String
)
:
Path
open
fun
path
(
url
:
String
,
relPath
:
String
)
:
Path
Creates a path for the given URL.
relative
Path
Link copied to clipboard
API
open
fun
relativePath
(
pathVar
:
String
,
file
:
File
)
:
FilePath
Creates a path relative to the given path variable.