Skip to content

EXTENSION

UNIXPath

swift
extension UNIXPath: ExpressibleByStringLiteral

Properties

description

swift
public var description: String

debugDescription

swift
public var debugDescription: String

Methods

init(_:)

swift
public init(_ value: StringLiteralType)

init(stringLiteral:)

swift
public init(stringLiteral value: String)

Parameters

NameDescription
valueThe value of the new instance.

encode(to:)

swift
public func encode(to encoder: Encoder) throws

Parameters

NameDescription
encoderThe encoder to write data to.

init(from:)

swift
public init(from decoder: Decoder) throws

Parameters

NameDescription
decoderThe decoder to read data from.

<(_:_:)

swift
public static func < (lhs: UNIXPath, rhs: UNIXPath) -> Bool

Parameters

NameDescription
lhsA value to compare.
rhsAnother value to compare.

relativeToRoot(_:)

swift
public static func relativeToRoot(_ value: String) -> UNIXPath

relativeToManifest(_:)

swift
public static func relativeToManifest(_ value: String) -> UNIXPath

absolute(_:)

swift
public static func absolute(_ value: String) -> UNIXPath