toggle menu
kompiledb-core
1.0.2-SNAPSHOT
jvm
switch theme
search in API
kompiledb-core
/
com.saveourtool.kompiledb.core.io
/
PathMapper
Path
Mapper
interface
PathMapper
Transforms a path stored in a
CompilationCommand
instance to a JVM
Path
, and vice versa.
Inheritors
LocalPathMapper
MSysPathMapper
Members
Properties
file
Separator
Link copied to clipboard
abstract
val
fileSeparator
:
Char
is
Absolute
Link copied to clipboard
abstract
val
EnvPath
.
isAbsolute
:
Boolean
Functions
to
Environment
Path
Link copied to clipboard
abstract
fun
Path
.
toEnvironmentPath
(
)
:
EnvPath
to
Local
Path
Link copied to clipboard
abstract
fun
EnvPath
.
toLocalPath
(
)
:
Result
<
Path
>