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

jp.co.cyberagent.aeromock.config.UserConfig.scala Maven / Gradle / Ivy

There is a newer version: 0.2.5
Show newest version
package jp.co.cyberagent.aeromock.config

import java.nio.file.Path
import java.util.Locale

case class UserConfig(projectConfigPath: Path, language: Option[Locale]) {
  def projectDirectory = projectConfigPath.getParent()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy