DirectivesProcessor

scala.build.preprocessing.DirectivesProcessor$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class DirectivesProcessorOutput[T](global: T, scoped: Seq[Scoped[T]], unused: Seq[StrictDirective])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def process[T : ConfigMonoid](directives: Seq[StrictDirective], handlers: Seq[DirectiveHandler[T]], path: Either[String, Path], cwd: ScopePath, logger: Logger, allowRestrictedFeatures: Boolean): Either[BuildException, DirectivesProcessorOutput[T]]