Symlink

com.worxbend.codeberg4s.repositories.ContentEntry.Symlink
final case class Symlink(meta: ContentMeta, target: Option[String])

A symbolic link.

Value parameters

target

what the link points at, as stored in the repository. An arbitrary path that need not exist and need not stay inside the repository — resolve it with that in mind

Attributes

Members list

Value members

Inherited methods

This entry's kind, without matching on the case.

This entry's kind, without matching on the case.

Attributes

Inherited from:
ContentEntry
def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product