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

dotty.tools.scaladoc.site.StaticSiteRoot.scala Maven / Gradle / Ivy

There is a newer version: 3.6.0-RC1-bin-20240917-6e852d2-NIGHTLY
Show newest version
package dotty.tools.scaladoc
package site

import java.nio.file.Path

case class StaticSiteRoot(
  rootTemplate: LoadedTemplate,
  siteMappings: Map[Path, Path]
):
  lazy val reverseSiteMappings = siteMappings.map(_.swap).toMap
  lazy val sources = siteMappings.keys.toSet
  lazy val dests = reverseSiteMappings.keys.toSet




© 2015 - 2024 Weber Informatics LLC | Privacy Policy