Preprocessor
trait Preprocessor
class Object
trait Matchable
class Any
object DataPreprocessor.type
class JavaPreprocessor
object MarkdownPreprocessor.type
object ScalaPreprocessor.type
class ScriptPreprocessor
Value members
Abstract methods
def preprocess(input: SingleElement, logger: Logger, maybeRecoverOnError: BuildException => Option[BuildException], allowRestrictedFeatures: Boolean): Option[Either[BuildException, Seq[PreprocessedSource]]]