All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mle.appbundler.IncludeConf.scala Maven / Gradle / Ivy

The newest version!
package com.mle.appbundler

import java.nio.file.Path

/**
  * @author mle
  */
case class IncludeConf(src: Path, dest: Path, include: Seq[Path], exclude: Seq[Path])




© 2015 - 2024 Weber Informatics LLC | Privacy Policy