PackageMapper

class PackageMapper(val from: String, val to: String, val caseSensitive: Boolean = true) : RegexpMapper(source)

Constructors

Link copied to clipboard
constructor(from: String, to: String, caseSensitive: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val to: String

Functions

Link copied to clipboard
open override fun selects(targetPaths: List<String>): List<String>