
com.mle.appbundler.FileMapping.scala Maven / Gradle / Ivy
The newest version!
package com.mle.appbundler
import java.nio.file.Path
/**
* @author mle
*/
case class FileMapping(before: Path, after: Path)
object FileMapping {
def sameName(name: Path) = FileMapping(name, name)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy