PresentSelector

class PresentSelector(val mapper: Mapper, val targetroot: File, val present: Present = Present.BOTH) : AbstractSelector(source)

Constructors

Link copied to clipboard
constructor(mapper: Mapper, targetroot: File, present: Present = Present.BOTH)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
protected fun resolveAgainstDirectory(dir: File, path: String): File
Link copied to clipboard
open override fun selects(file: FSFile): Boolean