DirectiveUtil

scala.build.preprocessing.directives.DirectiveUtil
object DirectiveUtil

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def concatAllValues(scopedDirective: ScopedDirective): Seq[Positioned[String]]
def isWrappedInDoubleQuotes(v: Value[_]): Boolean
def position(v: Value[_], path: Either[String, Path]): File
def positions(values: Seq[Value[_]], path: Either[String, Path]): Seq[Position]
def scope(v: Value[_], cwd: ScopePath): Option[ScopePath]

Extensions

Extensions

extension (deps: List[Positioned[String]])
def asDependencies: Either[BuildException, Seq[Positioned[AnyDependency]]]