Companion

Properties

Link copied to clipboard
open override val value: String

The string value of this base path.

Functions

Link copied to clipboard
open fun prepend(path: String): String
Link copied to clipboard

Conditionally prepend the base path only if the passed in condition is true.

Link copied to clipboard
open override fun prependTo(path: String): String

Prepend this base path in front of some target path, if it is absolute (i.e. starting with a slash).

Link copied to clipboard

Remove the base path from some target absolute path (relative paths will be returned as is).

Link copied to clipboard
fun set(value: String)