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

unstatic.StaticLocationBinding.scala Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package unstatic

import UrlPath.*
import java.nio.file.Path as JPath
import scala.collection.*

object StaticLocationBinding:
  trait Source:
    def locationBindings : immutable.Seq[StaticLocationBinding]
case class StaticLocationBinding( siteRootedPath : Rooted, source : JPath, identifiers : immutable.Set[String] = immutable.Set.empty ) extends AnyBinding




© 2015 - 2024 Weber Informatics LLC | Privacy Policy