DirectivesPreprocessor

scala.build.preprocessing.DirectivesPreprocessor
case class DirectivesPreprocessor(path: Either[String, Path], cwd: ScopePath, logger: Logger, allowRestrictedFeatures: Boolean, suppressWarningOptions: SuppressWarningOptions, maybeRecoverOnError: BuildException => Option[BuildException])(using x$7: ScalaCliInvokeData)

Attributes

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

Members list

Value members

Concrete methods

def preprocess(content: String): Either[BuildException, PreprocessedDirectives]
def preprocess(extractedDirectives: ExtractedDirectives): Either[BuildException, PreprocessedDirectives]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product