ScriptPreprocessor

scala.build.preprocessing.ScriptPreprocessor
See theScriptPreprocessor companion object
final case class ScriptPreprocessor(codeWrapper: CodeWrapper) extends Preprocessor

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def preprocess(input: SingleElement, logger: Logger, maybeRecoverOnError: BuildException => Option[BuildException], allowRestrictedFeatures: Boolean): Option[Either[BuildException, Seq[PreprocessedSource]]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product