DirectivesProcessor

class Object
trait Matchable
class Any

Type members

Classlikes

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

Value members

Concrete methods

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